browseDataList | R Documentation |
Search Eurostat datasets and see the result as a table in a browser
browseDataList(subs)
subs |
An expression to be passed to
|
Side effect (via print
) – a table opened in a browser via browseURL
.
Value – a list with:
criteria – a string, search criteria,
time – the time of the query,
df – a data.frame, imported via importDataList
and
filtered based on the conditions specified in subs
.
html – a string, with the HTML code that generated the table in a browser.
## Not run:
browseDataList(grepl('servic',`Dataset name`))
browseDataList(grepl('bop',Code) & !grepl('its',Code))
## End(Not run)
## Not run:
browseDataList(grepl('GDP',`Dataset name`) &
grepl('main',`Dataset name`) &
grepl('international',`Dataset name`) &
!grepl('quarterly',`Dataset name`))
browseDataList(grepl('bop',Code) & grepl('its',Code))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.