Q&A videos
This page provides links to the weekly Q&A videos. To access the videos you must be logged in to the HDR Futures platform.
Week 1
24th January, 2025
This video covers:
- Code Formatting: Tips and tools for writing clean, consistent code.
- Loading and Saving R Objects: How to use
save,load,readRDS, andwriteRDSto save R objects. - Review of solutions to the subsetting exercise
Week 2
31st January, 2025
This video covers:
- How to program with object names;
- Avoiding function conflicts with the
conflictedpackage.