Needed this one recently, it pops up a window to pick a file to be used by r, then reads the contents into myData:
myFile <- file.choose()
myData <- read.table(myFile,header=TRUE)
Needed this one recently, it pops up a window to pick a file to be used by r, then reads the contents into myData:
myFile <- file.choose()
myData <- read.table(myFile,header=TRUE)