names<-.surveydata {surveydata} | R Documentation |
Updates names and variable.labels attribute of surveydata.
Description
Updates names and variable.labels attribute of surveydata.
Usage
## S3 replacement method for class 'surveydata'
names(x) <- value
Arguments
x |
surveydata object |
value |
New names |
See Also
surveydata-package()
, is.surveydata()
[Package surveydata version 0.2.7 Index]