add.value.labels {prettyR}R Documentation

Add value labels

Description

Adds value labels to a variable.

Usage

 add.value.labels(x,value.labels)

Arguments

x The variable to add the labels.
value.labels The labels.

Details

add.value.labels adds value labels like those from an SPSS .sav file. It makes it a bit easier to stick on value labels that have been lost or were not there in the first place.

Value

The variable with the labels added.

Author(s)

Jim Lemon


[Package prettyR version 1.4 Index]