Skip to content

hansard 0.5.8

Compare
Choose a tag to compare
@evanodell evanodell released this 18 Dec 11:17
· 82 commits to master since this release

hansard 0.5.8

New Functions

bill_publications() function introduced, to retrieve data on publications
associated with different bills.

Performance improvements

Process of transitioning from if and else statements to dplyr's case_when()
and if_else() functions for internal use. Also replacing gsub() with
faster stringi functions in some cases. These changes are intended to
increase speed and improve ease of maintenance.