easyslider_functions: Easy slider functions

Description Usage Arguments Value

Description

Easy slider functions

Usage

1
2
3
4
5
6
7
8
9
sliderFilter(df, aes, label, ...)

slider2Filter(df, aes, label, ...)

dropdownFilter(df, aes, label, ..., sfn = I, all.levels = FALSE)

checkboxGroupFilter(df, aes, label, ..., sfn = I)

easySliderUIOutput()

Arguments

df

a data.frame

aes

an aesthic to map a column to the filter

label

the label to use on the filter

sfn

a function that returns the dropdown items you want to display, given the unique values present in the column specified by the aesthetic (eg sort, sample, etc)

all.levels

Add an "(All Levels)" option.

sfn

a function that returns the dropdown items you want to display, given the unique values present in the column specified by the aesthetic (eg sort, sample, etc)

Value

a reactive, filtered data.frame


nfultz/easyslider documentation built on May 31, 2019, 8:29 a.m.