filter_istat_interactive {istat} | R Documentation |
Filter data set interactively
Description
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.
Usage
filter_istat_interactive(dataset, lang = "ita")
Arguments
dataset |
as data.frame |
lang |
language parameter for labels ("ita" for Italian, "eng" for English) |
Value
It returns the filtered data set.
Note
In this first version, language parameter works only with data sets downloaded with get_i_stat (provider I.Stat).
Examples
filter_istat_interactive(iris)
[Package istat version 1.0 Index]