R/utils.R
left_align.Rd
Left align text
left_align(plot_name, pieces)
name of the plot
elements like title, subtitle, caption
ggplot2 object with aligned title
https://github.com/bbc/bbplot/blob/master/R/finalise_plot.R
if (FALSE) { ggpubr::ggarrange(left_align(plot1, c("subtitle", "title", "caption")), ncol = 1, nrow = 1) }