fdPreview: Preview a widget in the dashboard.

Description Usage Arguments Examples

Description

This function helps preview a widget in the dashboard with or without the header and sidebar.

Usage

1
2
3
4
5
fdPreview(widget, title = deparse(substitute(widget)), wrap = "rowbox", ...,
  wrapBox = NULL)

fdPreviewBoard(widget, title = deparse(substitute(widget)), wrap = "rowbox",
  ..., wrapBox = NULL)

Arguments

widget

widget to preview

title

title to display

wrap

string indicating if the widget is to be wrapped in a 'row', 'box', 'rowbox' or 'none' fdRowBox

...

additional elements to pass to fdBody.

wrapBox

boolean indicating if we should set wrap = 'rowbox'

Examples

1
2
3

alteryx/flightdeck documentation built on May 12, 2019, 1:39 a.m.