Skip to contents

Check if survey has recipes

Usage

has_recipes(svy)

Arguments

svy

A Survey or RotativePanelSurvey object.

Value

Logical.

Examples

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