i would like to make document exactly like this https://rmarkdown.rstudio.com/rmarkdown_websites.html
Really like that kind of left menu', do you maybe know how to make it with Rmarkdown itself? i can just find anchor links and the possibility to create a website with the menu' on the bar on top according to their example. It would be nice to have the same menu' as in this document.
Asked
Active
Viewed 1,802 times
0

mightaskalot
- 167
- 1
- 14
-
2Possible duplicate of [How to add table of contents in Rmarkdown?](https://stackoverflow.com/questions/23957278/how-to-add-table-of-contents-in-rmarkdown) – Cristian E. Nuno May 16 '18 at 15:13
-
1thank you, i was searching for something on the style of the link i posted. But this solution is nice as well! – mightaskalot May 16 '18 at 15:34
-
1No problem! You'll find more detail on table of contents from here as well: https://rmarkdown.rstudio.com/html_document_format.html#floating_toc. – Cristian E. Nuno May 16 '18 at 15:42
-
2amazing thanks: that was exactly what i wanted: toc_float: true – mightaskalot May 16 '18 at 15:51