Quick Apex Chart

apex(data, mapping, type = "column", ..., auto_update = TRUE,
  width = NULL, height = NULL, elementId = NULL)

Arguments

data

Default dataset to use for chart. If not already a data.frame, it will be coerced to with as.data.frame.

mapping

Default list of aesthetic mappings to use for chart

type

Specify the chart type. Available Options: "column", "bar", "line", "area", "spline", "pie", "donut", "radialBar", "radar", "scatter", "heatmap".

...

Other arguments passed on to methods. Not currently used.

auto_update

In Shiny application, update existing chart rather than generating new one.

width

A numeric input in pixels.

height

A numeric input in pixels.

elementId

Use an explicit element ID for the widget.