cloud_s3_browse | R Documentation |
Opens project's S3 folder in browser.
cloud_s3_browse(path = "", root = NULL)
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 |
Invisibly returns NULL
. The primary purpose of this function is its
side effect: opening the specified S3 folder in a browser.
cloud_s3_browse()
cloud_s3_browse("data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.