I want to have my server.R insert HTML code into my UI.R. The reason I want to do this is that I want a machine-readable (and thus accessible, for people with disabilities) version of my UI. How can I make the server modify the HTML DOM of my UI? Thank you!
Ok, this is embarrassing...... Shiny already does what I was asking about...... I was just looking at the HTML code generated when the page loads, but there is more HTML code inserted into the existing HTML later. So there is no problem after all 