s3_exists {botor} | R Documentation |
Checks if an object exists in S3
Description
Checks if an object exists in S3
Usage
s3_exists(uri)
Arguments
uri |
string, URI of an S3 object, should start with |
Value
boolean
Examples
## Not run:
s3_exists('s3://botor/example-data/mtcars.csv')
s3_exists('s3://botor/example-data/UNDEFINED.CSVLX')
## End(Not run)
[Package botor version 0.4.0 Index]