This vignette provides an overview of the templates available in the
rbranding package. Use the get_template()
function to install the template of your choice by specifying the
template_name argument.
quarto_website: Simple Quarto Website TemplateProvides a basic structure for a Quarto website with multiple pages, navigation, and branding support.
shiny_basic: Simple Histogram Visualization Shiny
AppProvides a simple Shiny app that allows users to interactively adjust parameters and see the results in a histogram.
shiny_kmeans: Simple K-means Clustering Visualization
Shiny AppProvides a simple Shiny app that demonstrates K-means clustering with interactive controls for the number of clusters and points. Based on this example
shiny_complex: Complex Histogram Visualization Shiny
AppProvides a more complex Shiny app with multiple tabs, allowing users to interactively adjust parameters and view results in different formats.
shiny_wastewater: Wasterwater Data Visualization Shiny
AppProvides a Shiny app template for visualizing wastewater data,
including interactive plots and data tables. This example demonstrates
how to integrate branding with the linkeR
package.