Learn R Programming

eurostat (version 2.2.1)

search_eurostat: Grep Datasets Titles from Eurostat

Description

Lists names of dataset from eurostat with the particular pattern in the description.

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' (default), 'folder', 'table' or "all" (for all types) .

Value

A tibble with eight columns
  • titleThe name of dataset of theme
  • codeThe codename of dataset of theme, will be used by the get_eurostat and get_eurostat_raw functions.
  • typeIs it a dataset, folder or table.
  • last.update.of.data, last.table.structure.change, data.start, data.endDates.

Functions

  • grepEurostatTOC: Old deprecated version

Details

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.

References

See citation("eurostat")

See Also

get_eurostat, get_eurostat_toc

Examples

Run this code
## Not run: tmp <- search_eurostat("education"); head(tmp)

Run the code above in your browser using DataLab