surveydata (version 0.2.2)

as.data.frame.surveydata: Coerces surveydata object to data.frame.

Description

Coerces surveydata object to data.frame.

Usage

# S3 method for 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