Helper to auto-parse un-formatted data with haven and readr
Source:R/ds2dd_detailed.R
parse_data.Rd
Helper to auto-parse un-formatted data with haven and readr
Usage
parse_data(
data,
guess_type = TRUE,
col_types = NULL,
locale = readr::default_locale(),
ignore.vars = "cpr",
...
)
Examples
if (FALSE) { # \dontrun{
mtcars |>
parse_data() |>
str()
} # }