Description Usage Arguments Value Note See Also Examples
Turns its argument into a list of elements with the same class as the argument.
1 | asClassyList(x, ...)
|
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)
The implementation of this function is identical to
as.list.factor
. It is used in as.list.ti
and
as.list.jul
.
1 | asClassyList(today() + 1:5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.