Assignment 3 - Setting Working Directory in Rgui

Assignment 3 - Setting Working Directory in Rgui

by Joseph Kawalec -
Number of replies: 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?

In reply to Joseph Kawalec

Re: Assignment 3 - Setting Working Directory in Rgui

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