View source: R/metadata_series.R
get_metadata_series_varval | R Documentation |
Get metadata information about the variables and values of series for a given operation
get_metadata_series_varval(
operation = NULL,
lang = "ES",
det = 0,
validate = TRUE,
verbose = FALSE
)
operation |
(string): code of the 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. |
det |
(int): level of detail. Valid values: 0, 1 or 2. |
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 about the variables and values that define the series according to the operation specified in the function
# Get metadata information of time series from "IPC" operation
df <- get_metadata_series_varval(operation = "IPC", validate = FALSE)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.