Is it possible to read files from a UNC-specified directory in R? I\'d like to do it without using any packages beyond the base installation.
R
adding to nograpes answer ... you can avoid the escaping ugliness by using forward slashes ... this works as well
read.csv('//COMPUTER/Directory/file.txt')