Learn R Programming

mnis (version 0.2.7)

mnis_full_biog: Requests all available biographical information for a given member, and returns it in the form of a tibble.

Description

Requests all available biographical information for a given member, and returns it in the form of a tibble.

Usage

mnis_full_biog(ID = NULL, ref_dods = FALSE, tidy = TRUE,
  tidy_style = "snake_case")

Arguments

ID

The ID number of the member, using the default MNIS scheme. If ref_dods is TRUE, accepts the Dods monitoring scheme instead. If left empty, returns the same data as mnis_all_members with default parameters.

ref_dods

Request based on the Dods monitoring member ID scheme. Defaults to FALSE. If FALSE, requests using the default MNIS identification scheme.

tidy

Fix the variable names in the tibble to remove non-alphanumeric characters and superfluous text, and convert variable names to a consistent style. Defaults to TRUE.

tidy_style

The style to convert variable names to, if tidy=TRUE. Accepts one of "snake_case", "camelCase" and "period.case". Defaults to "snake_case".

See Also

mnis_basic_details mnis_additional mnis_extra

Examples

Run this code


x <- mnis_full_biog(172)


Run the code above in your browser using DataLab