Check if survey has a design
See also
Other survey-objects:
Survey,
cat_design(),
cat_design_type(),
get_data(),
get_metadata(),
has_recipes(),
has_steps(),
is_baked(),
set_data(),
survey_empty(),
survey_to_data_frame(),
survey_to_datatable(),
survey_to_tibble()
Examples
svy <- survey_empty(type = "test", edition = "2023")
has_design(svy) # FALSE
#> [1] FALSE