Skip to contents

Check if survey has steps

Usage

has_steps(svy)

Arguments

svy

A Survey or RotativePanelSurvey object.

Value

Logical.

Examples

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