FTProcessHistory | R Documentation |
Construct a FTProcessHistory
object with parameters for
use with analyzeFT()
FTProcessHistory( error = list(), changes = TRUE, inputHash = NULL, outputHash = NULL, sessionInfo = NULL, fileNames = character(), processingTime = NA_real_, msLevel = NA_integer_, ... )
error |
a named list of character() vectors, reporting errors that occured in this analysis step |
changes |
did changes occur on the associated object. If FALSE, this step did not result in relevant changes and could be dropped for reporting |
inputHash |
character |
outputHash |
character |
sessionInfo |
a |
fileNames |
names of files used in this analysis step (a more human-readable variant of the fileIndex slot) |
processingTime |
time spent on processing this step, in seconds |
msLevel, ... |
additional arguments passed to |
FTProcessHistory
a FTProcessHistory-class
object
FTProcessHistory(error = list(), changes = TRUE, inputHash = NULL, outputHash = NULL, sessionInfo = utils::sessionInfo(), info = "Example")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.