get_topics()
function throwing an error because of an example\dontrun{}
for the exampleget_question()
has been updated to the new scheme, and the legacy_id
variable addedget_meeting_agenda()
is updated with legacy_id
keysget_mp_pic()
to utilize the magick
package instead if imagr
when show_plot = TRUE
get_publication()
function (was missing)get_proposal_votes()
function for the proposal_delivered_by_mp
variableget_session_cases()
, where the structuring of case proposers did not run in parallel, as was intended.magrittr
(%>%
) pipes with native pipes (|>
)httr
to httr2
get_session_cases()
to data frame. This will break backwards compatibility (sorry!).get_session_decisions()
so that residual html is stripped from the output. This might break some text processing applications (sorry!).get_session_hearings()
to data.frames instead of lists. This might break some text processing applications (sorry!).get_proceedings()
to be scalable to changes in the API. Should not break backwards compatibility.get_session_questions()
, where the presence of unanswered questions returned an error instead of NA
get_vote()
because it suddenly disappeared from the API.ifelse()
lines returned only one element when it was supposed to return several due to someone not realizing the vectorization rules of the function. Affected functions were: get_case()
, get_hearing_program()
, get_question()
, get_result_vote()
, get_session_cases()
, and get_session_questions()
. Only get_case()
was significant, in that it listed all bill sponsors as being from the same party.read_obt()
function for the package not to rely on dplyr
get_mp_bio()
, which broke after an API update.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.