cloud_list()
downloads a file from a Cloudstor folder. The file is opened
and read into R using rio, or optionally the file path is returned.
cloud_get(
path,
dest = NULL,
user = cloud_auth_user(),
password = cloud_auth_pwd(),
open_file = TRUE,
...
)
The path to file or folder.
The destination for saving the file.
Cloudstor user name
Cloudstor password
If TRUE, open the file using rio. Else, returns the file path
pass additional arguments to rio::import()
The file object or folder path is returned, depending on open_file