Alternative to ggplot2::ggsave that embeds fonts

save_plot_with_fonts(plot, path, ...)

Arguments

plot

ggplot2 plot to save

path

character, path (relative to current directory)

...

other arguments passed to ggplot2::ggsave.

Value

path

Examples

if (interactive()) {
  save_plot_with_fonts(demo_theme_ku(), "test.pdf")
}