I am getting thrown an error every time I try to plot a plot_ly graph in R:
plotly_IMAGE(p2, format = “pdf”, out_file = “output2.pdf”)
Error in process.image(append_class(resp, “image”)) :
Internal Server Error (HTTP 500).
plotly_IMAGE(p2, format = “png”, out_file = “output2.png”)
Error in process.image(append_class(resp, “image”)) :
Internal Server Error (HTTP 500).
I have a personal (student) account, so should have the credentials to do this. Any help to this end would be much appreciated.
Thanks.