hl | R Documentation |
Manage the different behaviour of html & kable output. Short name (Html-Latex) for markdown inline formatting: r hl(x, y).
hl(output_html, output_latex)
one of the given outputs based on the environment
library(ggplot2)
p <- ggplot(iris, aes(Sepal.Length, Petal.Length)) + geom_point()
hl(plotly::ggplotly(p), p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.