R/SimpleProcessors.R

##
## File:   SimpleProcessors.R
## Author: Michael J. North
## Date:   November 25, 2015
##

##
## Define the simple processors list getter.
##
simpleProcessors <- function() {

  ## Define the simple processors list.
  list(
    processDirectory,
    processDefaultFile
  )

}
drmichaelnorth/SchemaOnRead documentation built on May 15, 2019, 2:21 p.m.