Re: [R] Is it possible to set a default working directory for all R consoles?

2022-06-17 Thread Spencer Graves
I use the free version of RStudio, and I routinely work with "Projects". For new projects, I first I create a new project directory in Finder (in a Mac) or Windows Explorer if it does not already exist. Then in RStudio, I do File > "New Project..." > in "Existing Directory". Then when

Re: [R] Is it possible to set a default working directory for all R consoles?

2022-06-17 Thread Bill Dunlap
Is there an environment variable containing that IP address? as.list(grep(value=TRUE, "172", Sys.getenv())) # as.list to make printing nicer If you know which variable is causing the problem you may be able to override it by setting an R-specific one. -Bill On Fri, Jun 17, 2022 at 8:28 AM