isTaskRequired: Is a task required when running in incremental mode

Description Usage Arguments Value

View source: R/Incremental.R

Description

This function will attempt to check the recordKeepingFile to determine if an individual operation has completed by comparing the keys passed into the function with the checksum supplied

Usage

1
isTaskRequired(..., checksum, recordKeepingFile, verbose = TRUE)

Arguments

...

Parameter values used to identify the key in the incremental record keeping file

checksum

The checksum representing the operation to check

recordKeepingFile

A file path to a CSV file containing the record keeping information.

verbose

When TRUE, this function will output if a particular operation has completed based on inspecing the recordKeepingFile.

Value

Returns TRUE if the operation has completed according to the contents of the record keeping file.


anthonysena/CohortGenerator documentation built on March 8, 2021, 12:04 a.m.