Check if survey has recipes
See also
Other survey-objects:
Survey,
cat_design(),
cat_design_type(),
get_data(),
get_metadata(),
has_design(),
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_recipes(svy) # FALSE
#> [1] FALSE