Tuesday, 28 January 2014

Simple R commands...

getwd() = gets the working directory
setwd("/Users/paulbrennan/Documents") = sets Documents in paulbrennan as the working directory.

read.csv("filename") = read a csv file.


An interesting R blog: http://onertipaday.blogspot.co.uk/

No comments:

Post a Comment