Forum Discussion
sweidlich
Advocate II
6 years agoR ggplot2 figure giving a "script runtime error" when viewed on service
I made a new figure in my report using R's ggplot2 and it looks great in desktop, but I see a "Script Runtime Error" in its window when I publish to web and look at it in my app on the service. A...
sartoris
6 years agoFrequent Visitor
I got a similar error today:
Script Runtime Error
An error occurred while running the script
Please try again later or contact support. If you contact support, please provide these details.
Activity ID: 155f5684-ceb5-4a62-9644-1094a60367d2
Request ID: d44fae9d-6edc-7891-869b-e90a5e5fe3c6
Correlation ID: e2066f6c-7d9a-c96b-a970-a91b84bdbbab
Time: Wed Jun 10 2020 10:23:09 GMT-0700 (Mountain Standard Time)
Service version: 13.0.13524.230
Client version: 2006.1.01422-train
Cluster URI: https://wabi-west-us-redirect.analysis.windows.net/
R Script:
library(VennDiagram)
listdataset <- lapply(dataset, function(x) { x } )
listcolor <- c("red", "yellow", "green", "blue", "gray")
listcolor <- head(listcolor, ncol(dataset))
venndiagram <- venn.diagram(listdataset, filename=NULL, na="remove", fill = listcolor, margin=0.1)
grid.draw(venndiagram)