I'm running hosted rstudio on linux centos with a webserver. I was able to generate website files using rmarkdown::render_site()
.
I then added some interactive widgets using shiny per instructions here.
Over on rstudio documentation I found a paragraph:
I wanted to verify I've understood this correctly, since I'm not generating a regular static html file but hosting my .Rmd file as a website on a server.
Am I able to use shiny widgets here or do I need Shiny Server?