Learn R Programming

cloudfs (version 0.1.3)

cloud_object_prep_bulk: 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)

Value

Modified content dataframe.

Arguments

content

(data.frame) output of cloud_object_ls()

quiet

all caution messages may be turned off by setting this parameter to TRUE.