s3_file_temp | R Documentation |
return the name which can be used as a temporary file
s3_file_temp(pattern = "file", tmp_dir = "", ext = "")
pattern |
(character): A character vector with the non-random portion of the name. |
tmp_dir |
(character): The directory the file will be created in. By default
the cached s3 bucket will be applied otherwise |
ext |
(character): A character vector of one or more paths. |
character vector of s3 uri paths
## Not run:
# Require AWS S3 credentials
s3_file_temp(tmp_dir = "MyBucket")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.