Learn R Programming

surveydata (version 0.1-11)

as.data.frame.surveydata: 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 pattern attributes from x

See Also

surveydata-package