cloud_s3_attach | R Documentation |
This function facilitates the association of a specific S3
folder with a project by adding a unique identifier to the project's
DESCRIPTION file. The user is prompted to navigate to the S3 console,
select or create the desired folder for the project, and then provide its
URL. The function extracts the necessary information from the URL and
updates the cloudfs.s3
field in the DESCRIPTION file accordingly.
cloud_s3_attach(project = ".")
project |
Character. Path to a project. By default it is current working directory. |
This function does not return a meaningful value but modifies the DESCRIPTION file of the specified project to include the S3 folder path.
cloud_s3_attach()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.