cloudUploadFromCache | R Documentation |
cachePath
Meant for internal use, as there are internal objects as arguments.
cloudUploadFromCache(
isInCloud,
outputHash,
cachePath,
cloudFolderID,
outputToSave,
rasters,
verbose = getOption("reproducible.verbose")
)
isInCloud |
A logical indicating whether an |
outputHash |
The |
cachePath |
A repository used for storing cached objects.
This is optional if |
cloudFolderID |
A googledrive dribble of a folder, e.g., using |
outputToSave |
Only required if |
rasters |
A logical vector of length >= 1 indicating which elements in
|
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., |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.