cloud_s3_browse {cloudfs} | R Documentation |
Browse project's S3 folder
Description
Opens project's S3 folder in browser.
Usage
cloud_s3_browse(path = "", root = NULL)
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 |
Value
Invisibly returns NULL
. The primary purpose of this function is its
side effect: opening the specified S3 folder in a browser.
Examples
cloud_s3_browse()
cloud_s3_browse("data")
[Package cloudfs version 0.1.3 Index]