A series of basic function for the API lookup. Each function accepts a member's ID and returns information; if no ID is given basic information on all members of both houses is returned.
mnis_additional()mnis_basic_details(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_biography_entries(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_committees(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_addresses(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_constituencies(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_elections_contested(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_experiences(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_government_posts(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_honours(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_house_memberships(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_statuses(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_staff(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_interests(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_known_as(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_maiden_speeches(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_opposition_posts(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_other_parliaments(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_parliamentary_posts(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_parties(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
mnis_preferred_names(ID = NULL, ref_dods = FALSE, tidy = TRUE,
tidy_style = "snake_case")
The member ID value. If empty, function calls mnis_all_members
and returns basic information on all members of both houses.
Request based on the DODS membership ID scheme. Defaults to FALSE, where it requests data based on the default membership ID scheme.
If TRUE, fixes the variable names in the tibble to remove non-alphanumeric characters and superfluous text, and convert to a consistent style. Defaults to TRUE.
The style to convert variable names to, if tidy=TRUE. Accepts one of "snake_case", "camelCase" and "period.case". Defaults to "snake_case".
A tibble with the data corresponding to the particular function called.
x <- mnis_basic_details(172)
x <- mnis_additional()
Run the code above in your browser using DataLab