In principle, I'm sure this is straightforward....
How do I append today's date to my ggplot title?
today.date <- Sys.Date()
labs(title='Daily New COVID-19 Hospitalizations as of ', x=....)
In other words, what's the R / ggplot syntax to append today.date to my plot title? Am I better off using ggtitle rather than labs for the title -- does that make it easier?
Thank you!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…