search_i_stat {istat} | R Documentation |
Search data sets by keywords (source: I.Stat)
Description
Search I.Stat data sets by keywords. To download data sets, use "get_i_stat" function and insert data set id.
Usage
search_i_stat(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 id and name.
Note
Searching may take some time. Future versions will speed up the process.
Examples
search_i_stat(c( "incidenti", "stradali"))
search_i_stat("population", lang="eng")
[Package istat version 1.0 Index]