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)
.