我正在使用Windows 10和Rstudio并尝试查看图表库,但我一直收到错误:setwd(dir)出错:无法更改工作目录。
例如:
libray(plotly)
plot_ly(y = rnorm(50), type = "box", boxpoints = "all", jitter = 0.3,
+ pointpos = -1.8)
Error in setwd(dir) : cannot change working directory
> getwd()
[1] "C:/Users/me/Documents/R"
>
任何想法如何解决这个/为什么会发生这种情况?