Learn R Programming

reproducible (version 0.2.8)

cloudWrite: Basic tool for using cloud-based caching

Description

Very experimental

Usage

cloudWrite(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 cloudCheck

cloudFolderID

The google folder ID where a new object should be written

checksums

A data.table that is outputted from cloudCheck 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")

See Also

cloudSyncCache, cloudCheck, cloudExtras