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

Exercise

Graphics/

When generating graphics, you should make sure you use relative paths.

The code you're provided with represents a script in the R/ directory.

Instructions

100 XP
  • Change the read_csv() argument to use relative paths.
  • Change the ggsave() argument to use relative paths.