Fetch recipes with optional search and filters.
Usage
api_list_recipes(
search = NULL,
survey_type = NULL,
topic = NULL,
certification = NULL,
user = NULL,
limit = 50,
offset = 0
)See also
Other api-recipes:
api_get_recipe(),
api_get_recipe_dependents(),
api_publish_recipe()
Examples
if (FALSE) { # \dontrun{
configure_api("https://metasurvey-api.example.com")
recipes <- api_list_recipes(survey_type = "ech")
} # }