getBoxplot: Plotly function to generate standard box and whisker plot

View source: R/getBoxPlot.R

getBoxplotR Documentation

Plotly function to generate standard box and whisker plot

Description

Plotly function to generate standard box and whisker plot

Usage

getBoxplot(.data, .key, .group, .value, .valueLabel, .text, plotName)

Arguments

.data

dataframe containing numeric values between 2 groups

.key

dataframe key column

.group

string - group column - should only contain 2 groups

.value

numeric - numeric value to compare between groups

.valueLabel

string - column indicating the label for the .value values

.text

string - column containing text values to show in tooltip

plotName

string - name to attribute to plot (used for tracking clicks, events, etc)

Value

returns plotly box and whisker plot


cusom/CUSOM.ShinyHelpers documentation built on Oct. 23, 2023, 6:50 a.m.