Error in setwd(dir)

Hi everyone, when I open R studio I get "Error in setwd(dir) :
cannot change working directory." It is the first time that it appears to me and I cannot solve it. In fact, when I try to create an interactive plot with the package "plotly" I get the same error.

Best regard,

After you start RStudio and dismiss the setwd() error and before you start working type

?getwd

in the console.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.