8

I created a output from with rmarkdown::render(“file.rmd”, “output.html”).

The output is a multi-page html output with several 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 html file within . However when I open this file within sharepoint, I only see the title of the 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 HTML file within SharePoint online?

wibeasley
  • 5,000
  • 3
  • 34
  • 62
EpiDennis
  • 81
  • 2

1 Answers1

0

Just rename to aspx file. So rmarkdown::render(“file.rmd”, “output.aspx”) will do the trick.

Stephan
  • 2,056
  • 1
  • 9
  • 20