Skip to contents

A shiny module that allows the user to edit a set of numeric filters for a data frame.

Usage

filters_ui(id)

filters_server(id, data, add)

Arguments

id

The namespace of the module.

data

The data to filter.

add

The input (from another module) that signifies the creation of a new filter.

Value

The server returns a tibble::tibble() of filters.