add_output_parser: Add an outputParser to a dsc.

Description Usage Arguments Value

Description

Adds a outputParser to a dsc; a outputParser converts one type of output to another type.

Usage

1
2
add_output_parser(dsc, name, fn, outputtype_from = "default_output",
  outputtype_to)

Arguments

dsc

The dsc to add the outputParser.

name

String giving a name by which the outputParser function is to be known by.

fn

A outputParser function.

outputtype_from

String naming the type of output the outputParser function takes as input.

outputtype_to

String naming the type of output the outputParser function gives as output.

Value

Nothing, but creates output files in output/outputtype_to subdir.


stephens999/dscr documentation built on May 30, 2019, 3:20 p.m.