as.data.frame.surveydata {surveydata} | R Documentation |
Coerces surveydata object to data.frame.
Description
Coerces surveydata object to data.frame.
Usage
## S3 method for class 'surveydata'
as.data.frame(x, ..., rm.pattern = FALSE)
Arguments
x |
Surveydata object to coerce to class data.frame |
... |
ignored |
rm.pattern |
If TRUE removes |
See Also
[Package surveydata version 0.2.7 Index]