Skip to contents

A wrapper around read_sav.

Usage

read_sav_gesis(file, gesis_study_id = NULL, id_var = NULL)

Arguments

file

See read_sav.

gesis_study_id

The GESIS study number in ZA5933 format.

id_var

The unqiue id of the survey. Defaults to NULL, when the functions tries to guess the unique ID.

Examples

# \donttest{
read_sav_gesis(file = file.path(gesis_dir, "ZA5933_v6-0-0.sav"))
#> Error in file.path(gesis_dir, "ZA5933_v6-0-0.sav"): object 'gesis_dir' not found
# }