Nothing
knitr::opts_chunk$set(echo = TRUE)
library(texPreview) tex_opts$set(fileDir = params$path)
mtcars |> utils::head(5) |> knitr::kable(format = 'latex',label = 'tbl1') |> tex_preview(returnType = 'tex',stem = 'test_tex')
mtcars |> utils::head(10) |> knitr::kable(format = 'latex',label = 'tbl2') |> tex_preview(returnType = 'input',stem = 'test_input')
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.