Assignment 3 - Setting Working Directory in Rgui

Assignment 3 - Setting Working Directory in Rgui

par Joseph Kawalec,
Nombre de réponses : 1

Hello!

I was just trying to use the 'source' function to call my new R file, but I am not sure how to set the working directory for my Rgui. It seems like there is a "setwd" function but I keep getting errors when I try to run the path on my computer. Any suggestions?

En réponse à Joseph Kawalec

Re: Assignment 3 - Setting Working Directory in Rgui

par Erik Spence,
Use the 'getwd()' to figure out where you are. You can then use setwd() from there.