uri_read_using | R Documentation |
s3read_using()
but switches between file path, http(s) and S3 automaticallyAnalogous to s3read_using()
but switches between file path, http(s) and S3 automatically
uri_read_using(
FUN,
uri,
...,
filename = tempfile(fileext = file_ext(uri)),
progress = TRUE,
ssl_no_verify = FALSE
)
FUN |
function accepting file path as first argument |
uri |
Character string specifiying S3 URL, HTTP(S) URL or local file path |
... |
passed as extra arguments to |
filename |
File name to save object to (defaults to using |
progress |
Toggle display of progress bar |
ssl_no_verify |
Toggle SSL certificate verification (not recommended) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.