Session Ready
Exercise

Adding code chunks to your file

When creating your own reports, one of the first things you'll want to do is add some code! In the video, we discussed how you can add your own code by adding code chunks. Previously, we looked at the investment_annual_summary dataset we'll be using throughout the course. In this exercise, let's take a look at the annual summary dataset as well as the other dataset we'll be using, investment_services_projects.

Instructions
100 XP
  • Add a new code chunk to the Markdown file, starting at line 14.
  • Within the code chunk, type the names of the investment_annual_summary and investment_services_projects datasets.