I'm looking to replicate a similar layout as RStudio's SuperZip Shiny dashboard available here: https://shiny.rstudio.com/gallery/superzip-example.html
The code for that app is available here: https://github.com/rstudio/shiny-examples/tree/master/063-superzip-example
Based off that code, I would like to add an image on the right end of the navigation bar (let's say the Rstudio logo), highlighted with the red box in the image below. I assume I'd need to add some HTML and CSS code but I'm unsure on how to proceed.
My question is similar to this question: How can I insert an image into the navbar on a shiny navbarPage()
However, note that the answer provided an indication on putting an image on the LEFT END of the navigation bar. I'm asking to have it on the RIGHT END of the navigation bar.