filter_istat_interactive: Filter data set interactively

View source: R/filter_istat_interactive.R

filter_istat_interactiveR 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)

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