tabnet_df_retrieval | R Documentation |
Given a TABNET Object and certain parameters, automatically retrieve corresponding data frame
tabnet_df_retrieval(
obj,
line_index = 2,
ind_index = NULL,
years_index = NULL,
onlyMostRecent = FALSE,
timeout = 4
)
obj |
TABNET Object |
line_index |
Chosen line index, defaults to 2 - city |
ind_index |
Chosen subindicator index, defaults to last one |
years_index |
Chosen years/years, defaults to most recent available |
onlyMostRecent |
Boolean. Should only data from most recent year informed be returned? |
Corresponding data frame
[tabnet_csv_retrieval()]
[indicator_df()]
## Not run: tabnet_df_retrieval(obj, line_index = 3, ind_index = 1, years_index = c(2:4))
## Not run: tabnet_df_retrieval(obj, onlyMostRecent = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.