save_plot_with_fonts | R Documentation |
Alternative to ggplot2::ggsave that embeds fonts
save_plot_with_fonts(plot, path, ...)
plot |
|
path |
character, path (relative to current directory) |
... |
other arguments passed to ggplot2::ggsave. |
path
if (interactive()) { save_plot_with_fonts(demo_theme_ku(), "test.pdf") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.