Dashboard lifecycle

Functions related to the i2dashboard lifecycle.

initialize(<i2dashboard>) show(<i2dashboard>) i2dashboard()

The i2dashboard S4 class.

add_page() remove_page()

Methods to add and remove pages of an i2dashboard object.

assemble()

Generate an RMarkdown file from an i2dashboard object.

Dashboard properties

Functions to update / set i2dashboard properties.

interactivity() `interactivity<-`() title() `title<-`() author() `author<-`() theme() `theme<-`() datadir() `datadir<-`() share() `share<-`() `embed_source<-`() source() `source<-`()

Accessor methods for slots of an i2dashboard object.

Dashboard content

Functions to add content to an i2dashboard

add_component() add_to_sidebar() add_colormap() add_link()

Add content to an i2dashboard object.