Description Usage Arguments Value Examples
View source: R/catalogue-misc.R
Retrieves list of tables according to selection
1 2 3 4 5 6 7 |
selection |
String to filter for the code or content of the object(s) to be returned. Use of wildcard (*) possible. |
date |
List data that have been made available or updated since this date ("dd.mm.yyyy") |
pagelength |
Maximum number of results delivered |
language |
Search terms, returned messages and data descriptions in German ("de") or English ("en")? A default value can also be set to the global option |
genesis |
Which GENESIS database should be used? One of: "destatis", "regionalstatistik", "bildungsmonitoring", "bayern", "nrw", "sachsen-anhalt". A default value can also be set to the global option |
A data.frame
(or tbl_df
if tibble package is installed)
1 2 3 4 5 | ## Not run:
options(genesis = "destatis")
catalogue_modifieddata(date = format(Sys.Date() - 30, "%d.%m.%Y"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.