Skip to contents

Convert a list of steps to a recipe

Usage

steps_to_recipe(
  name,
  user,
  svy = survey_empty(type = "eaii", edition = "2019-2021"),
  description,
  steps
)

Arguments

name

A character string with the name of the recipe

user

A character string with the user of the recipe

svy

A Survey object

description

A character string with the description of the recipe

steps

A list with the steps of the recipe

Value

A Recipe object