Post date: Oct 13, 2015 8:30:52 PM
Try something like this
ex <- read.table(file.choose(),header=T)
(or header = F if you know the file has no header information). This should open Explorer / Finder and you can hunt the file down on the computer. (Of course you still need to know where it is, but at least you avoid stating the directory path.)