rpivot: Create orb pivot widget

Description Usage Arguments Value Examples

Description

This function creates an orb widget using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown, Shiny, or other applications.

Usage

1
2
3
4
5
rpivot(dataSource, fields, displayMode = NULL, name = "pgridwidget",
  rows = NULL, columns = NULL, data = NULL, width = NULL,
  height = NULL, dataSettings = NULL, dataHeadersLocation = "columns",
  preFilters = NULL, toolbar = list(visible = TRUE), theme = "green",
  update = FALSE)

Arguments

dataSource

a data object (currently supported objects are matrices, data frames, and data.table

width

the width of the pivot

height

the height of the pivot

Value

A HTML widget object).

Examples

1
inst/examples/pivot.R

agstudy/rpivot documentation built on May 11, 2019, 10:29 p.m.