Releases: evanodell/hansard
Releases · evanodell/hansard
v0.4.3
Added optional 'calculate_percent' parameter to election_result function. If TRUE, 'calculate_percent' calculates the turnout percentage for each constituency in the tibble and the majority of the winning candidate to one decimal place, and includes this information in the tibble in columns labelled 'turnout_percentage' and 'majority_percentage'. Defaults to FALSE.
v0.4.2
Data is now returned in a tibble instead of a data frame
v0.4.1
Addresses the issues of a discrepancy between vignette output and actual output in members_search function, adds some extra tidying magic.
v0.4.0b
Major release, breaks compatibility with previous versions.
v0.3.4
MP Questions documentation clarification
v0.3.3
As part of a move towards calling the api through function parameters rather than console input for most functions, I have introduced hansard_basic()
which uses console input to walk through the various steps of calling to the API.
v0.3.2
Added messages for connecting to API.