search_i_stat: Search data sets by keywords (source: I.Stat)

View source: R/search_i_stat.R

search_i_statR 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")

istat documentation built on Sept. 11, 2024, 7:17 p.m.