View source: R/ds2dd_detailed.R
parse_data | R Documentation |
Helper to auto-parse un-formatted data with haven and readr
parse_data(
data,
guess_type = TRUE,
col_types = NULL,
locale = readr::default_locale(),
ignore.vars = "cpr",
...
)
data |
data.frame or tibble |
guess_type |
logical to guess type with readr |
col_types |
specify col_types using readr semantics. Ignored if guess_type is TRUE |
locale |
option to specify locale. Defaults to readr::default_locale(). |
ignore.vars |
specify column names of columns to ignore when parsing |
... |
ignored |
data.frame or tibble
mtcars |>
parse_data() |>
str()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.