Learn R Programming

analysisPipelines (version 1.0.2)

.updateRegistry: This is an internal function used to update the registry, in order to override existing function registrations

Description

This is an internal function used to update the registry, in order to override existing function registrations

Usage

.updateRegistry(functionName, heading = "", engine = "r",
  exceptionHandlingFunction = as.character(substitute(genericPipelineException)),
  userDefined = F, isDataFunction = T, firstArgClass = "")

Arguments