Learn R quick and diRty 3 - File Systems and Directories

2014-04-11 17

Working with file systems and directories with R. We will be using three functions listed below. Lets do this!

getwd()
dir()
setwd()