Looping

Description

This is an intermediate-level R programming webinar. Sometimes you need to repeat a group of functions multiple times and user-defined functions are not a good choice to perform them. This class will show you how to create and run loops multiple times and to run loops by group.

Topics We Will Be Covering:

  • Creating simple loops to repeat a group of functions multiple times
  • Modifying a loop to run a group of functions by groups of subsetted data