clean_brushedPoints {teal.widgets}R Documentation

Cleans and organizes output to account for NAs and remove empty rows.

Description

[Stable]

Usage

clean_brushedPoints(data, brush)

Arguments

data

(data.frame)
A dataframe from which to select rows.

brush

(list)
The data from a brush e.g. input$plot_brush.

Value

A dataframe of selected rows.


[Package teal.widgets version 0.4.2 Index]