Skip to contents

Import a survey from an rds file.

Usage

read_rds(file, dataset_bibentry = NULL, id = NULL, doi = NULL)

Arguments

file

A path to a file to import.

dataset_bibentry

A bibliographic entry created with dataset::dublincore or dataset::datacite.

id

An identifier of the tibble, if omitted, defaults to the file name without its extension.

doi

An optional document object identifier.

Value

A tibble, data frame variant with survey attributes.

See also

Examples

path <- system.file("examples", "ZA7576.rds", package = "retroharmonize")
read_survey <- read_rds(path)
attr(read_survey, "id")
#> [1] "ZA7576"
attr(read_survey, "filename")
#> [1] "ZA7576.rds"
attr(read_survey, "doi")
#> [1] "doi:10.4232/1.13393"