as_preview.html: Preview Spork as Html

View source: R/preview.R

as_preview.htmlR 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 as_spork

...

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

spork documentation built on Oct. 12, 2024, 9:06 a.m.

Related to as_preview.html in spork...