Skip to contents

Check if survey has a design

Usage

has_design(svy)

Arguments

svy

A Survey object.

Value

Logical.

Examples

svy <- survey_empty(type = "test", edition = "2023")
has_design(svy) # FALSE
#> [1] FALSE