filter_istat_interactive: 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")
Value
It returns the filtered data set.
Arguments
dataset
as data.frame
lang
language parameter for labels ("ita" for Italian, "eng" for English)