R implementation of the SPSS VARIABLE LABEL function. Changing the label of a variable. In the structure of xpss-data the variable label is an attribute of each variable.
a (non-empty) data.frame or input data of class "xpssFrame".
variables
atomic character or character vector with the names of the variable(s).
labels
atomic character of character vector with labels for the specified variables in variables. The labels are associated in order of appearence
of the variables.
Value
Input Data with modified attribute variable label.