as.list.spork | R Documentation |
Coerces spork to list. Each element inherits class.
Supports use of lapply
.
## S3 method for class 'spork'
as.list(x, ...)
x |
spork |
... |
ignored |
list of spork
Other spork:
[.spork()
,
[[.spork()
,
as.png.spork()
,
as_html.spork()
,
as_latex.spork()
,
as_plotmath.spork()
,
as_previews.spork()
,
as_spar.default()
,
as_spar.spork()
,
as_spork()
,
as_spork.character()
,
as_spork.factor()
,
as_spork.spork()
,
ggplot.spork()
,
greek()
x <- as_spork(letters[1:5])
lapply(x, class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.