search_istatdata {istat} | R Documentation |
Search data sets by keywords (source: IstatData).
Description
Search IstatData data sets by keywords. To download data sets use "get_istatdata" function and insert agencyId, id, version.
Usage
search_istatdata(keywords,
lang = "ita")
Arguments
keywords |
keyword(s) to search data sets |
lang |
language parameter for labels ("ita" for Italian, "eng" for English) |
Value
It returns a list of data sets containing the keyword(s) with their agencyId, id, version and name.
Note
Searching may take some time. Future versions will speed up the process.
Examples
search_istatdata(c( "incidenti", "stradali"))
search_istatdata("population", lang="eng")
[Package istat version 1.0 Index]