Learn R Programming

cloudfs (version 0.1.3)

cloud_s3_browse: Browse project's S3 folder

Description

Opens project's S3 folder in browser.

Usage

cloud_s3_browse(path = "", root = NULL)

Value

Invisibly returns NULL. The primary purpose of this function is its side effect: opening the specified S3 folder in a browser.

Arguments

path

(optional) Path inside the S3 folder to open. Defaults to the root level (path = "") of the project's S3 folder.

root

S3 path of the project root. This serves as the reference point for all relative paths. When left as NULL, the root is automatically derived from the cloudfs.s3 field of the project's DESCRIPTION file.

Examples

Run this code
if (FALSE) { # interactive()
cloud_s3_browse()
cloud_s3_browse("data")
}

Run the code above in your browser using DataLab