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.
UNC names work fine, you just have to escape them correctly. This works for me:
read.csv('\\\\COMPUTER\\Directory\\file.txt')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With