foreach
Specify the variables to iterate over
%do%
Execute the R expression sequentially
%dopar%
Execute the R expression using the currently registered backend
}For a complete list of functions with individual help pages,
use library(help="foreach")
.