Rdocumentation
powered by
Learn R Programming
shinyGridster (version 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, sizex = NULL, sizey = NULL)
Arguments
col
The column in which to put the item.
row
The row in which to put the item.
sizex
Width, in number of tiles.
sizey
Height, in number of tiles.
...
Other properties or elements to include.
See Also
gridster