chart: chart

Description Usage Arguments Details See Also

View source: R/chart.R

Description

A 'shiny' module to display many types of charts available as 'htmlwidgets' with a dataframe as input

Usage

1
chart(input, output, session, g, setdrill = NULL, noopt = 0)

Arguments

input

is shiny input variable

output

is shiny output variable

session

is shiny session variable

g

is the graph/chart to be charted

setdrill

is the function chart will call upstream to set a drill value on a chart

noopt

is a toggle that tells chart module not to display options to change chart defaults

Details

The graph structure containing chart type and chart data is passed as input.

The graph/chart data is displayed in appropriate chart type with options to change to other chart types

See Also

See chartex for an example


modchart documentation built on March 15, 2021, 5:07 p.m.