| as.vectorlist | R Documentation |
vectorlistConvert R Object to vectorlist
as.vectorlist(x, ...)
x |
a list |
... |
additional parameters of the function |
The function as.vectorlist() returns an R object of S3 class 'vectorlist'.
list(rnorm(6L), rnorm(6L)) |>
as.vectorlist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.