Description Usage Arguments Details Value See Also Examples
Obtains the logger configuration for the pipeline
1 2 3 4 | getLoggerDetails(object)
## S4 method for signature 'BaseAnalysisPipeline'
getLoggerDetails(object)
|
object |
A Pipeline object |
This function obtains the logger configuration for the pipeline.
Logger configuration as a list
Other Package core functions: BaseAnalysisPipeline-class
,
MetaAnalysisPipeline-class
,
assessEngineSetUp
,
checkSchemaMatch
,
createPipelineInstance
,
exportAsMetaPipeline
,
generateOutput
,
genericPipelineException
,
getInput
, getOutputById
,
getPipelinePrototype
,
getPipeline
, getRegistry
,
initDfBasedOnType
,
initialize,BaseAnalysisPipeline-method
,
loadMetaPipeline
,
loadPipeline
,
loadPredefinedFunctionRegistry
,
loadRegistry
, prepExecution
,
registerFunction
,
savePipeline
, saveRegistry
,
setInput
, setLoggerDetails
,
updateObject
,
visualizePipeline
1 2 3 | library(analysisPipelines)
pipelineObj <- AnalysisPipeline(input = iris)
pipelineObj %>>% getLoggerDetails
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.