Description Usage Arguments Value See Also Examples
Read survey from rds file
1 |
file |
A re-saved survey, imported with |
id |
An identifier of the tibble, if omitted, defaults to the file name. |
filename |
An import file name. |
doi |
An optional document object identifier. |
A tibble, data frame variant with survey attributes.
Other import functions:
pull_survey()
,
read_dta()
,
read_spss()
,
read_surveys()
,
subset_save_surveys()
1 2 3 4 5 | path <- system.file("examples", "ZA7576.rds", package = "retroharmonize")
read_survey <- read_rds(path)
attr(read_survey, "id")
attr(read_survey, "filename")
attr(read_survey, "doi")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.