as_survey {surveyspec}R Documentation

as_survey method

Description

Coerce an object to a survey design by extracting the survey object

Usage

## S3 method for class 'inzsvyspec'
as_survey(.data, ...)

Arguments

.data

an inzsvyspec object

...

additional arguments, ignored

Value

a survey design object of class 'tbl_svy' (from 'srvyr')


[Package surveyspec version 0.1.1 Index]