## Not run:
# k <- get_eurostat("nama_10_lp_ulc")
# k <- get_eurostat("nama_10_lp_ulc", time_format = "num")
# k <- get_eurostat("nama_10_lp_ulc", update_cache = TRUE)
# dir.create(file.path(tempdir(), "r_cache"))
# k <- get_eurostat("nama_10_lp_ulc",
# cache_dir = file.path(tempdir(), "r_cache"))
# options(eurostat_update = TRUE)
# k <- get_eurostat("nama_10_lp_ulc")
# options(eurostat_update = FALSE)
# options(eurostat_cache_dir = "r_cache")
# k <- get_eurostat("nama_10_lp_ulc")
# k <- get_eurostat("nama_10_lp_ulc", cache = FALSE)
# k <- get_eurostat("avia_gonc", select_time = "Y", cache = FALSE)
#
# dd <- get_eurostat("namq_aux_lp",
# filters = list(geo = "FI",
# indic_na = "RLPH",
# unit = "EUR_HRS",
# s_adj = "NSA"))
# ## End(Not run)
Run the code above in your browser using DataLab