get_metadata_periodicity | R Documentation |
Get all available periodicities
get_metadata_periodicity(
operation = NULL,
lang = "ES",
validate = TRUE,
verbose = FALSE
)
operation |
(string): Code of the operation. Provide code to get all
the periodicities for the given operation. To obtain a list of
available operations see |
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 available periodicities
# Get all periodicities
df <- get_metadata_periodicity()
head(df)
# Get periodicities for a specific operation
df <- get_metadata_periodicity(operation = "IPC", validate = FALSE)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.