as_preview.html {spork} | R Documentation |
Preview Spork as Html
Description
Preview spork after conversion to html Invokes the viewer using the print method for class 'kableExtra'.
Usage
## S3 method for class 'html'
as_preview(x, ...)
Arguments
x |
spork; see |
... |
ignored arguments |
Value
kableExtra
See Also
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()
Examples
library(magrittr)
'one joule (Omega) ~ 1 kg*m^2./s^2' %>%
as_spork %>%
as_html %>%
as_preview
[Package spork version 0.3.5 Index]