1. 학습
  2. /
  3. 강의
  4. /
  5. Defensive R Programming

Connected

연습 문제

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.

지침 1/2

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