Get the required parameters for a data item

get_parameters(data_item)

Arguments

data_item

character; the data item to get the parameters for

Value

A list containing the named parameters required for that call

Examples

get_parameters("TEMP")
#> [1] "from_date" "to_date"