Embedding plotly output in R markdown
问题 There is a blog entry which describes embedding from the plotly API for R into R markdown. I just used the code to create the iframe for an html document When I have the prieview in R studio there is no error message and the iframe is created in the html document. However, it is just empty. Apparently it does not load the content somehow. I did not create the plot in the R API beforehand (but that should not matter as this is just embedding a picture into html) isn't it? My code in r markdown