admin管理员组文章数量:1125754
On a windows machine, I am using R to access data on a linux machine through a network mapping. So for example, "Z:/" on windows may be "/bob" on linux.
However, I've realized that I now also need to pull data from "/linda". Short of getting a second windows mapping for this, is there a way to use R to access linda through bob?
Update 1:
I think I didn't write my question clearly. Bob and Linda are both root level directories on the linux machine. If I switch to linux and run "$ls /", I will see bob and linda. Let's say bob contains subdirectories a and b, while linda has c and d.
On the windows side, Z: is mapped to bob. In R on windows, if I run 'list.files("Z:/")', it will return a and b. Since I am working through R on windows, it would be convenient if there were a way to access linda through my Z: map.
Based on feedback in the comments, I have tried to access linda through the UNC notation, but this did not work.
Going into this, my thoughts were that it isn't possible, which another user has also stated.
本文标签: Using R to access unmapped linux drive through mapped linux driveStack Overflow
版权声明:本文标题:Using R to access unmapped linux drive through mapped linux drive - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736672812a1947015.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论