Closed
Description
orca
function works with the Rpackage Examples code:
p <- plot_ly(z = ~volcano) %>% add_surface()
orca(p, "surface-plot.png")
but with a slightly larger dataset (dataframe with date and 1 variable with 8784 observations) test.zip
test <- readRDS("test.Rds")
p <- plot_ly(x = test$date, y = test$no, type = "scatter", mode = "lines")
orca(p,"test.png")
returns the following error:
Error in process_initialize(self, private, command, args, stdout, stderr, :
processx error, create process: #206 Filename or extension is too long.
at 'win/processx.c:761
but p
plots fine on RStudio... how to avoid this BUG / limitation?
Metadata
Metadata
Assignees
Labels
No labels