read_sas_formatted | R Documentation |
Convencience function to load SAS datasets
read_sas_formatted(path_to_data = NULL, path_to_format = NULL)
path_to_data |
path to .sas7bdat file |
path_to_format |
path to .sas7bcat file |
tibble with data
path_to_data <- system.file("examples", "testsas.sas7bdat", package = "DescrTab2") pat_to_format <- system.file("examples", "formats.sas7bcat", package = "DescrTab2") read_sas_formatted(path_to_data, pat_to_format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.