mnis_member_date {mnis} | R Documentation |
Returns a tibble with a member's status on a given date.
Description
Returns a tibble with a member's status on a given date.
Usage
mnis_member_date(
ID = NULL,
date = Sys.Date(),
tidy = TRUE,
tidy_style = "snake_case"
)
Arguments
ID |
The ID of the member, or a vector with the IDs of multiple MPs.
If given multiple IDs, the results are combined into a single tibble.
Currently only accepts IDs from the default membership ID scheme. If
|
date |
Accepts character values in |
tidy |
If |
tidy_style |
The style to convert variable names to, if
|
Value
Returns a tibble with the given member's status on the given date.
See Also
Examples
## Not run:
x <- mnis_member_date(172)
## End(Not run)