Skip to contents

Interactively select rows from a table with filters and download

Usage

SelectFromTable(data, vars.inc = NULL, vars.dec = NULL, output.cols = NULL)

Arguments

data

data frame with numeric variables

vars.inc

character vector of variable names sought to be increased to include in the color gradient

vars.dec

character vector of variable names sought to be decreased to include in the color gradient

output.cols

character vector of variable names to include in the output file, if not provided, all columns will be included

Value

a shiny app with a table and a download button

Author

Charlotte Brault