View source: R/metadata_tables.R
get_metadata_table_groups | R Documentation |
Get all groups for a specific a table
get_metadata_table_groups(
idTable = NULL,
lang = "ES",
validate = TRUE,
verbose = FALSE
)
idTable |
(int): id of the table. For further information about ids click this link. |
lang |
(string): language of the retrieved data. Set to 'ES' for Spanish or set to 'EN' for English. |
validate |
(logical): validate input parameters. |
verbose |
(logical): print additional information, including the URL to call the API service. |
Data frame with information of the groups according to the table specified in the function
# Get the groups of the table with identification code "50902"
df <- get_metadata_table_groups(idTable = 50902)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.