I created a html output from r with rmarkdown::render(“file.rmd”, “output.html”)
.
The output is a multi-page flexdashboard html output with several plotly graphs. There is no shiny involved thus a static HTML file. when I open this file in chrome or edge this file shown exactly as supposed.
I want to integrate this flexdashboard html file within sharepoint. However when I open this file within sharepoint, I only see the title of the html file but all the other parts of the file are not showed correctly. I have tested this on several computers and browsers. Only Edge (not every pc) showed it correctly.
Is there someone who could give advise how to properly integrate an r flexdashboard HTML file within SharePoint online?