Making R Code Efficient - 2020-02-07
From Glenda Gaines October 04, 2024
views
comments
From Glenda Gaines October 04, 2024
In this hands on, informal workshop, we’ll discuss case studies in making R code faster and more memory efficient. Learners will gain an overview of the challenges and strategies for improving their code including topics such as:
* profiling your code
* vectorizing functions
* counting calls
* choosing the appropriate data structures
* meta-programming