Description Usage Arguments Value Author(s) See Also Examples
View source: R/xpssDeleteVariables.R
R implementation of the SPSS DELETE VARIABLES
argument.
1 | xpssDeleteVariables(x, variables = NULL)
|
x |
input data. |
variables |
atomic character or character vector with the name of the variables. |
Output is the narrowed dataset.
Bastian Wiessner
1 2 | data(fromXPSS)
xpssDeleteVariables(fromXPSS, variables = "V1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.