Software
Placeholder

rmarkdown-website

HTML

This repository demonstrates how to create a simple website from multiple R Markdown documents. It serves as a template for organizing and building R Markdown-based websites with shared configuration.

The package provides three key features: a global navigation bar for accessing multiple Rmd files, shared output settings across all documents through a central configuration file, and a Makefile for automated builds that integrates with RStudio’s build shortcuts. It solves the problem of maintaining consistent formatting and navigation across multiple R Markdown documents in a website structure.

Contributors