# z is the longest argument, with 6 elements
recycle(x = 1:4, y = list(a = month.abb, b = pi), z = matrix(1:6, nrow = 3))
# Without names, the returned values are named by the input variables
recycle(1:4, list(a = month.abb, b = pi), matrix(1:6, nrow = 3))
Run the code above in your browser using DataLab