mnis_all_reference {mnis} | R Documentation |
Returns a list of 39 tibbles, with the name and data returned from each respective reference function.
Description
Returns a list of 39 tibbles, with the name and data returned from each respective reference function.
Usage
mnis_all_reference(tidy = TRUE, tidy_style = "snake_case")
Arguments
tidy |
Fix the variable names in each tibble to remove special
characters and superfluous text, and convert all the variable names to
snake_case. Defaults to |
tidy_style |
The style to convert variable names to, if
|
Value
Returns a list of 39 tibbles, with the name and data returned from each respective reference function.
Examples
## Not run:
z <- mnis_all_reference()
## End(Not run)
[Package mnis version 0.3.1 Index]