Generate a tutorial dashboard.
tutorial_dashboard.RdThis function creates and renders a detailed tutorial dashboard showcasing various features of the dashboardr package. It includes examples of stacked bar charts, heatmaps, multiple pages, and custom components.
Arguments
- directory
Character string. Directory where the dashboard files will be created. Defaults to "tutorial_dashboard". Quarto will render HTML to directory/docs/.
- open
Logical or character. Whether to open the dashboard after rendering. Use TRUE or "browser" to open in browser (default), FALSE to not open. Default is "browser".