hansard 0.5.8
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.