View source: R/filter_istat_interactive.R
filter_istat_interactive | R Documentation |
An interactive and more intuitive version of filter_istat function. It filters data set by column(s). Takes as input a data.frame (not only ISTAT ones) and allows you to select for which column(s) value(s) to filter the data set interactively.
filter_istat_interactive(dataset, lang = "ita")
dataset |
as data.frame |
lang |
language parameter for labels ("ita" for Italian, "eng" for English) |
It returns the filtered data set.
In this first version, language parameter works only with data sets downloaded with get_i_stat (provider I.Stat).
filter_istat_interactive(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.