I am wondering if and how I can run a shiny app on the SharePoint of my company. I tried to work with a flexdashboard following this post. I managed to make this work with a simple app but not with my own app.
My app does not have static data, but retrieves data via API's, which I guessed was the reason a flexdashboard won't work (correct me if I'm wrong).
I have no experience in publishing/deploying shiny apps other than on shinyapps.io. In this case this will not be an option since the data is sensitive.
What are the options for me to make the app run on SharePoint?
Many thanks in advance.