Learn R Programming

istat (version 1.1.1)

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)

Examples

Run this code
filter_istat_interactive(iris)

Run the code above in your browser using DataLab