title
The dashboards title (default 'i2dashboard').
author
The author of the dashboard.
interactive
If a 'shiny'-based report should be created (default 'FALSE').
theme
The theme of the dashboard (see the documentation of 'flexdashboard' for available themes) (default 'yeti').
datadir
Path to the directory, where report data is stored (default 'tempdir()').
pages
A list of dashboard pages.
sidebar
Content of the global sidebar
colormaps
A named list with color mappings.
source
Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.
share
A vector with any number of the following services: 'facebook', 'twitter', 'google-plus', 'linkedin', and 'pinterest'. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.
navbar
A list of links in the navigation bar (see the documentation of 'flexdashboard').