Very experimental
cloudWrite(object, digest, cloudFolderID = NULL, checksums,
checksumsFileID, futurePlan = getOption("reproducible.futurePlan"))
The R object to write to cloud
The cacheId of the input arguments, outputted from cloudCheck
The google folder ID where a new object should be written
A data.table
that is outputted from cloudCheck
that
is the the checksums file
A google file ID where the checksums data.table is located, provided as a character string.
Which future::plan
to use. Default:
getOption("reproducible.futurePlan")