Class for constructing Analysis Pipelines for batch/ one-time analyeses
input
The input dataset on which analysis is to be performed
originalSchemaDf
Empty data frame representing the schema of the input
Inherits the base class BaseAnalysisPipeline class which holds the metadata including the registry of available functions, the data on which the pipeline is to be applied, as well as the pipeline itself
Additionally, this class is meant to be used for batch/ one-time processing. Contains additional slots to hold the data frame to be used for the pipeline and associated schema
Other Package core functions for batch/one-time analyses: checkSchema
,
generateReport
,
initialize,BaseAnalysisPipeline-method