access networked PCs directories/files with R ? Dear group,
I would like to know if there is an "easy" way to access several networked PCs directories/files from one PC with R ? Concerned OS is windows. I can for instance use dir() on my current PC. Is there a way to do dir() on a connected PC ? (Is there a special syntax for the path ?) (read.table() or readLines() work with URLs I imagine it may also work on connected shared PCs) Thanks for any help. Vincent ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.