Description Usage Arguments Value See Also Examples
View source: R/mnis_member_date.R
Returns a tibble with a member's status on a given date.
1 2 3 4 5 6 | mnis_member_date(
ID = NULL,
date = Sys.Date(),
tidy = TRUE,
tidy_style = "snake_case"
)
|
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
|
Returns a tibble with the given member's status on the given date.
1 2 3 4 | ## Not run:
x <- mnis_member_date(172)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.