Very experimental

cloudWriteOld(
  object,
  digest,
  cloudFolderID = NULL,
  checksums,
  checksumsFileID,
  futurePlan = getOption("reproducible.futurePlan")
)

Arguments

object

The R object to write to cloud

digest

The cacheId of the input arguments, outputted from cloudCheckOld

cloudFolderID

The google folder ID where a new object should be written

checksums

A data.table that is outputted from cloudCheckOld that is the the checksums file

checksumsFileID

A google file ID where the checksums data.table is located, provided as a character string.

futurePlan

Which future::plan to use. Default: getOption("reproducible.futurePlan")