| as_latex.spork | R Documentation | 
Converts spork to latex.
Vectorized version of as_latex.spar.
## S3 method for class 'spork'
as_latex(x, ...)
x | 
 spork  | 
... | 
 passed to   | 
latex
Other latex: 
[.latex(),
[[.latex(),
as_latex(),
as_latex.default(),
as_latex.greek(),
as_latex.latex(),
as_latex.spar(),
concatenate.latex(),
latexToken()
Other spork: 
[.spork(),
[[.spork(),
as.list.spork(),
as.png.spork(),
as_html.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()
Other interface: 
as.expression.plotmath(),
as_html.spar(),
as_html.spork(),
as_latex.spar(),
as_plotmath.spar(),
as_plotmath.spork(),
as_previews.spork(),
as_spork.character(),
htmlToken(),
latexToken(),
plotmathToken()
x <- c(
  'V_c./F',
  '\\nAUC_ss',
  'C_max_ss\\n',
  'var^eta_j\\nrecords'
)
x <- as_spork(x)
writeLines(as_latex(x))
x <- as_spork('gravitational force\\n (kg\\.m/s^2.)')
explicit(x)
as_latex(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.