s3_file_temp {s3fs} | R Documentation |
Create name for temporary files
Description
return the name which can be used as a temporary file
Usage
s3_file_temp(pattern = "file", tmp_dir = "", ext = "")
Arguments
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. |
Value
character vector of s3 uri paths
Examples
## Not run:
# Require AWS S3 credentials
s3_file_temp(tmp_dir = "MyBucket")
## End(Not run)
[Package s3fs version 0.1.6 Index]