Dynamic variable names in R

Assigning dynamic variable names Sometimes you want to use dynamic variable names, these are variable names that change (dynamically) per iteration. In the basic example below each value in the vector my.vec is iteratively re-named. Example First a dynamic name Continue Reading …