Description Usage Arguments Value Examples
View source: R/mnis_all_reference.R
Returns a list of 39 tibbles, with the name and data returned from each respective reference function.
1 | mnis_all_reference(tidy = TRUE, tidy_style = "snake_case")
|
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
|
Returns a list of 39 tibbles, with the name and data returned from each respective reference function.
1 2 3 4 | ## Not run:
z <- mnis_all_reference()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.