Module 2 | Lesson 6
5 more little tips
A few additional tips to enhance the quality of your report 🔥.
Incorporate a table of contents for easy navigation, embed results directly within the text using inline code, integrate equations for clarity in data presentation, and utilize callouts to highlight key information.
Members only
5 minutes read1️⃣ Table of content
You can use the toc
option to include an automatically generated table of contents in the output document. This is how it looks in the YAML header:
---
title: "Penguin Analysis"
format:
html:
toc: true
...other YAML header parameters
---
A few other related option that you can play with, but the default are pretty good already in my opinion:
Productive R Workflow
This lesson is for members only! 😔
Become a member now to access the full course with a lifetime access!
Or Login
← Previous
Clean figures
Next →
Clean tables