Question. how can I make my R-shiny app insert meta information into the HTML header of an output webpage? I am using pageWithSidebar().
Details. This is so I can create shiny-enabled webpages for my students that are amenable for citation-extraction using Zotero. I know that Zotero will discover author information if I set e.g. <meta name="author" content="My Name"> within the <head> element. I'll be using R-shiny apps a fair bit for remote teaching this term, and I want my students to use Zotero for gathering references for all material, including R-shiny material.
Thanks!