Skip to contents

Get ANDA variable metadata from the API

Usage

api_get_anda_variables(survey_type = "ech", var_names = NULL)

Arguments

survey_type

Character survey type (default "ech")

var_names

Character vector of variable names. If NULL, returns all.

Value

A list of variable metadata objects

Examples

if (FALSE) { # \dontrun{
api_get_anda_variables("ech", c("pobpcoac", "e27"))
} # }