search_eurostat: Lists names of dataset from eurostat with the particular pattern in
the description.
Description
Downloads list of all datasets available on eurostat
and return list of names of datasets that contains particular
pattern in the dataset description. E.g. all datasets related
to education of teaching.
Arguments:
Usage
search_eurostat(pattern, type = "dataset")
grepEurostatTOC(pattern, type = "dataset")
Arguments
pattern
Character, datasets, folder or tables with this pattern in
the description will be returned (depending on the 'type' argument)
type
Grep the Eurostat table of contents either for
'dataset', 'folder' or 'table'.
Returns:
Value
A data.frame with eight columns
title
The name of dataset of theme
code
The codename of dataset of theme, will be used by the get_eurostat and get_eurostat_raw functions.