s3read_using | R Documentation |
Modified version of aws.s3::s3read_using()
. The difference with the original
implementation is that filename
is taken "verbatim" rather than made relative
to tempdir.
s3read_using(
FUN,
object,
...,
bucket,
opts = NULL,
filename = NULL,
progress = TRUE
)
FUN |
function accepting file path as first argument |
object |
S3 object (i.e., object name or full s3://... url) |
... |
passed as extra arguments to |
bucket |
S3 bucket, uses bucket from |
opts |
see |
filename |
File name to save S3 object to (defaults to using |
progress |
Toggle display of progress bar |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.