Description Usage Arguments Value
View source: R/list_parameter_values.R
This function lists all of the valid values for an API parameter. API parameters can appear across multiple datasets within a database, and they are always coded the same within a database, so you only need to specify a database and a parameter. API parameters take numeric values that correspond to categorical values.
1 | list_parameter_values(database, parameter)
|
database |
The name of the database as a string. Use the function
|
parameter |
The name of an API parameter as a string. Use the function
|
A tibble with 2 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.