isTaskRequired | R Documentation |
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
isTaskRequired(..., checksum, recordKeepingFile, verbose = TRUE)
... |
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 inspecting the recordKeepingFile. |
Returns TRUE if the operation has completed according to the contents of the record keeping file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.