Learn R Programming

ShinyDash (version 0.0.1)

gridsterItem: Add a Gridster item within a Gridster frame to a Shiny web page

Description

Add a Gridster item within a Gridster frame to a Shiny web page

Usage

gridsterItem(..., col = NULL, row = NULL, size.x = NULL, size.y = NULL)

Arguments

col
The column in which to put the item.
row
The row in which to put the item.
size.x
Width, in number of tiles.
size.y
Height, in number of tiles.
...
Other properties or elements to include.

See Also

gridster