2  Chapter 2

2.1 Objectives

  • Add a list of objectives at the top of each chapter. Information like estimated completion time and additional resources can be added here as well, if applicable.

2.2 Code

2.2.1 Code Chunks

To add code chunks, see the structure below:

print("Hello World")
[1] "Hello World"

2.2.2 Inline Code

You can add inline code like this and it will link to that functions documentation: filter()

2.3 Tab Groups

You can create tab groups with the structure below:

  1. This is the contents of the first tab!
  1. This is the contents of the second tab!