Skip to contents

Returns TRUE when every step attached to the survey has been executed (bake == TRUE), or when there are no steps.

Usage

is_baked(svy)

Arguments

svy

A Survey or RotativePanelSurvey object.

Value

Logical.

Examples

svy <- survey_empty(type = "test", edition = "2023")
is_baked(svy) # TRUE (no steps)
#> [1] TRUE