R/SimpleProcessors.R

Defines functions simpleProcessors

Documented in simpleProcessors

##
## 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
  )

}

Try the SchemaOnRead package in your browser

Any scripts or data that you put into this service are public.

SchemaOnRead documentation built on May 2, 2019, 4 p.m.