as_preview.html | R Documentation |
Preview spork after conversion to html Invokes the viewer using the print method for class 'kableExtra'.
## S3 method for class 'html'
as_preview(x, ...)
x |
spork; see |
... |
ignored arguments |
kableExtra
Other preview:
as.png.plotmath()
,
as.png.spork()
,
as_preview()
,
as_preview.latex()
,
as_preview.plotmath()
,
as_previews()
,
as_previews.default()
,
as_previews.spork()
,
ggplot.plotmath()
,
ggplot.spork()
library(magrittr)
'one joule (Omega) ~ 1 kg*m^2./s^2' %>%
as_spork %>%
as_html %>%
as_preview
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.