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