Reading OneDrive data from server

The issue isn't directly related to posit, but I don't know if there are better places to ask it.

I need to read data that are stored on Microsoft OneDrive into R from a Linux server.

I am able to connect to my OneDrive using rclone. However, I don't know how to access data from R. I can see my data using rclone lsd OneDrive:data/from the command line, but when I tried

list.files("OneDrive:/data/")

from R, I got character(0).

Once you mount OneDrive using rclone mount, you can access data from R.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.