1. Learn
  2. /
  3. Courses
  4. /
  5. Communicating with Data in the Tidyverse

Exercise

Give your document a structure

From now on, you're going to create a step-by-step RMarkdown report with your plot from the last chapter. The first thing you are going to do is to add structure through section headers.

PS: Note that it's good practice to include a space between the sign(s) that denote a header and the text! This keeps your Markdown syntax nice and readable.

Instructions

100 XP
  • Turn the section titles of these paragraphs, e.g. "Summary", into headers by using the appropriate RMarkdown syntax.
  • "Summary", "Preparations" and "Analysis" should be second-level headers, while "Data", "Preprocessing" and "Results" should be third-level headers.

Remember to adhere to best practices by including a space in your headers as described above!