1. Learn
  2. /
  3. Courses
  4. /
  5. Defensive R Programming

Connected

Exercise

One final work flow

In this final exercise, we'll combine all the components of the course into a complete work flow!

The first step represents the file load.R – the name makes its intention obvious. The second step represents the file graphics.R. load.R is loaded using the source() function.

Instructions 1/2

undefined XP
    1
    2
  • Change the absolute paths to relative paths.
  • Make sure it passes lint!