Skip to contents

Attach a cloud root

cloud_drive_attach()
Attach Google Drive folder to project
cloud_s3_attach()
Attach S3 folder to project

Browse cloud contents

cloud_drive_ls()
List Contents of Project's Google Drive Folder
cloud_s3_ls()
List Contents of Project's S3 Folder
cloud_drive_browse()
Browse project's Google Drive folder
cloud_s3_browse()
Browse project's S3 folder

Upload and download

cloud_drive_upload()
Upload a local file to Google Drive
cloud_s3_upload()
Upload a local file to S3
cloud_drive_download()
Download a file from Google Drive to the local project folder
cloud_s3_download()
Download a file from S3 to the local project folder

Write and read

cloud_drive_write()
Write an object to Google Drive
cloud_s3_write()
Write an object to S3
cloud_drive_read()
Read a file from Google Drive
cloud_s3_read()
Read a file from S3

Bulk upload and download

cloud_local_ls()
List Contents of local project folder
cloud_drive_upload_bulk()
Bulk Upload Files to Google Drive
cloud_s3_upload_bulk()
Bulk Upload Files to S3
cloud_drive_download_bulk()
Bulk download contents from Google Drive
cloud_s3_download_bulk()
Bulk Download Contents from S3

Bulk write and read

cloud_object_ls()
Prepare a dataframe for bulk writing of objects to cloud
cloud_drive_write_bulk()
Write multiple objects to Google Drive in bulk
cloud_s3_write_bulk()
Write multiple objects to S3 in bulk
cloud_drive_read_bulk()
Bulk Read Contents from Google Drive
cloud_s3_read_bulk()
Bulk Read Contents from S3

Miscellaneous

cloud_get_roots()
Get cloud roots of a project
cloud_drive_spreadsheet_autofit()
Automatically resize all columns in a google spreadsheet
cloud_read_excel()
Read excel file as a list of dataframes