powered by
recycle(iterable, times=NA_integer_)
NA_integer_
# Recycle over 'a', 'b', and 'c' three times recycle(letters[1:3], 3)
Run the code above in your browser using DataLab