Returns TRUE when every step attached to the survey has been executed (bake == TRUE), or when there are no steps.
See also
Other survey-objects:
Survey,
cat_design(),
cat_design_type(),
get_data(),
get_metadata(),
has_design(),
has_recipes(),
has_steps(),
set_data(),
survey_empty(),
survey_to_data_frame(),
survey_to_datatable(),
survey_to_tibble()
Examples
svy <- survey_empty(type = "test", edition = "2023")
is_baked(svy) # TRUE (no steps)
#> [1] TRUE