cloud_object_prep_bulk {cloudfs} | R Documentation |
Prepare object content dataframe to be used by bulk download/read functions
Description
cloud_object_ls
returns an ls-like dataframe for a named list
of objects. This function is used mainly to inform the user about which
files are going to be written and to ask for confirmation
Usage
cloud_object_prep_bulk(content, quiet = FALSE)
Arguments
content |
(data.frame) output of |
quiet |
all caution messages may be turned off by setting this parameter
to |
Value
Modified content
dataframe.
[Package cloudfs version 0.1.3 Index]