Very experimental
cloudWriteOld(
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 cloudCheckOld
The google folder ID where a new object should be written
A data.table
that is outputted from cloudCheckOld
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")
cloudSyncCacheOld()
, cloudCheckOld()