mnis_all_reference: Returns a list of 39 tibbles, with the name and data returned...

Description Usage Arguments Value Examples

View source: R/mnis_all_reference.R

Description

Returns a list of 39 tibbles, with the name and data returned from each respective reference function.

Usage

1
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 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".

Value

Returns a list of 39 tibbles, with the name and data returned from each respective reference function.

Examples

1
2
3
4
## Not run: 
z <- mnis_all_reference()

## End(Not run)

EvanOdell/mnis documentation built on April 5, 2021, 7:37 a.m.