file_type {s3fs} | R Documentation |
Functions to test for file types
Description
Test for file types
Usage
s3_is_file(path)
s3_is_dir(path)
s3_is_bucket(path, ...)
s3_is_file_empty(path)
Arguments
path |
(character): A character vector of paths or uris |
... |
parameters to be passed to |
[Package s3fs version 0.1.6 Index]