Lists databases, nodes and tables in Estonian National Institute for Health Development (Tervise Arengu Instituut, TAI) database.
get_all_tables(local = TRUE, lang = c("et", "en"), verbose = FALSE)
local | whether to return package internal table of available datasets. A logical, defaults to TRUE. |
---|---|
lang | Language. Estonian 'et' or english 'en'. Affects table titles and variable names. |
verbose | Display messages to track query progress, defaults to TRUE. |
A data_frame with following columns:
Database name as available at TAI.
Database node name.
Variable name. This name should be used to download variable values.
Description of the variable.
Time of the last update.
# NOT RUN { tabs <- get_all_tables() # In RStudio, it is convenient to use View function View(tabs) # }