Re: [R] Error in setwd() : argument "dir" is missing, with no default

2016-06-20 Thread David L Carlson
You cannot use setwd() without an argument: > setwd() Error in setwd() : argument "dir" is missing, with no default If you want to choose a directory use choose.dir(). But if you are using RStudio, you can use the Files tab in the window on the lower right. Navigate to the folder/directory you

Re: [R] Error in setwd() : argument "dir" is missing, with no default

2016-06-20 Thread PIKAL Petr
Hi maybe it is feature of RStudio so you shall probably ask there. I use to start each project in a separate folder and I always start R by doubleclick on .RData icon. So for each project I have different .RData. Beware that Windows keeps you safe and usually hides files with dot at the

[R] Error in setwd() : argument "dir" is missing, with no default

2016-06-20 Thread Shivi Bhatia
Dear Team, I have searched for this error at various forums but enable to find a relevant solution. When i had installed R studio the WD was saved at a particular location now when i try to change it gives me this error: Error in setwd() : argument "dir" is missing, with no default. I have