Description
In this course, you will learn :
- Introduces the concept of code benchmarking
- how to write quick R code
- how to use the 'profvis' package to visualise bottlenecks
- how to write R code that executes in parallel
Syllabus :
- The Art of Benchmarking
- Fine Tuning: Efficient Base R
- Diagnosing Problems: Code Profiling
- Turbo Charged Code: Parallel Programming