Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssVariableLabels.R
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.
1 | xpssVariableLabels(x, variables = NULL, labels = NULL)
|
x |
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. |
Input Data with modified attribute variable label.
Andreas Wygrabek
attributes
attr
xpssValueLabels
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.