| checkAndMakeCloudFolderID {reproducible} | R Documentation | 
Check for presence of checkFolderID (for Cache(useCloud))
Description
Will check for presence of a cloudFolderID and make a new one
if one not present on Google Drive, with a warning.
Usage
checkAndMakeCloudFolderID(
  cloudFolderID = getOption("reproducible.cloudFolderID", NULL),
  cachePath = NULL,
  create = FALSE,
  overwrite = FALSE,
  verbose = getOption("reproducible.verbose", 1),
  team_drive = NULL
)
Arguments
| cloudFolderID | The google folder ID where cloud caching will occur. | 
| cachePath | A repository used for storing cached objects.
This is optional if  | 
| create | Logical. If  | 
| overwrite | Logical. Passed to  | 
| verbose | Numeric, -1 silent (where possible), 0 being very quiet,
1 showing more messaging, 2 being more messaging, etc.
Default is 1. Above 3 will output much more information about the internals of
Caching, which may help diagnose Caching challenges. Can set globally with an
option, e.g.,  | 
| team_drive | Logical indicating whether to check team drives. | 
Value
Returns the character string of the cloud folder ID created or reported