Nothing
lsymb <- function(...){
x <- paste(...) |> list(repr = _)
class(x) <- "latex_symb"
return(x)
}
as.character.latex_symb <- function(x, ...) base::as.character(x$repr, ...)
print.latex_symb <- function(x, ...) base::print(x$repr, ...)
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.