View source: R/metadata_tables.R
get_metadata_table_values | R Documentation |
Get all values for a specific table group
get_metadata_table_values(
idTable = NULL,
idGroup = NULL,
det = 0,
lang = "ES",
validate = TRUE,
verbose = FALSE
)
idTable |
(int): id of the table. For further information about ids click this link. |
idGroup |
(int): id of the group of variables. To get all groups
for a specific table see |
det |
(int): level of detail. Valid values: 0, 1 or 2. |
lang |
(string): language of the retrieved data. Set to 'ES' for Spanish or set to 'EN' for English. |
validate |
(logical): validate input parameters. A FALSE value means fewer API calls. |
verbose |
(logical): print additional information, including the URL to call the API service. |
Data frame with information of the values of a table group according to the table and group specified in the function
# Get the values of the group "110889" of the table with identification
# code "50902"
df <- get_metadata_table_values(idTable = 50902, idGroup = 110889, validate = FALSE)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.