dpCommitBatchData: Commit (upload) data from a dpBatch to the associated...

Description Usage Arguments

Description

Transfers the data.frame associated with a dpBatch object into the database described by dpBatch's dpSet. Any dpTweaks that are associated with the dpBatch are processed prior to loading the data into the database.

Usage

1
dpCommitBatchData(batch, fromDisk = TRUE)

Arguments

batch

a dpBatch object.

fromDisk

when TRUE, commits the most recent copy of the batch, which is loaded from the set folder stored on disk. When FALSE, commits the batch as it is passed to dpCommitBatchData. Because tweaks can be saved to disk, but not reflected in a batch object resident in memory. "fromDisk = TRUE" as a default is intended to ensure that any tweaks that were saved to the batch on disk are included in the commit.


FluvialLandscapeLab/datapuppy documentation built on May 6, 2019, 5:05 p.m.