rename_gesis_vars: Rename GESIS SPSS variables

Description Usage Arguments Examples

Description

The function reads in a GESIS .sav file and changes the variables names conforming rOpenSci recommendations. It removes characters that cannot be easily handled programmatically, and it takes care of minor variable labeling or naming inconsistencies in the last 20 GESIS files. It will spot problems in most of the cases with earlier files, but only the last 20 were manually controlled.

Usage

1

Arguments

filename

A .sav downloaded from the GESIS library.

Examples

1
2
 ##This file is not shared on github.
 rename_gesis_vars <- function ( filename )

antaldaniel/surveyreader documentation built on May 16, 2019, 2:29 a.m.