powered by
Turns its argument into a list of elements with the same class as the argument.
asClassyList(x, …)
object to be coerced or tested.
objects, possibly named.
A list L of one-element vectors with L[[i]] == x[i] for i in 1:length(x)
L
L[[i]] == x[i] for i in 1:length(x)
as.list
# NOT RUN { asClassyList(today() + 1:5) # }
Run the code above in your browser using DataLab