Skip to content

Crawl an Rmd HTML page and insert a bootstrap-themed navigation menu.

Notifications You must be signed in to change notification settings

mjaquiery/toc_menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toc_menu

Crawl an Rmd HTML page and insert a bootstrap-themed navigation menu.

Includes a minimum-length example .Rmd file and the corresponding .html output.

Usage:

Include toc_menu.html in your project folder and include it in the html output as shown below.

---
title: "Your Title"
author: "Your Name"
date: "13 December 2018"
output: 
  html_document:
    includes:
      after_body: toc_menu.html
---

Produces:

A fixed navigation menu at the top of the output HTML page as shown in the demo.

About

Crawl an Rmd HTML page and insert a bootstrap-themed navigation menu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages