R.rsp (version 0.20.0)

process.RspProduct: Processes an RSP file product

Description

Processes an RSP file product.

Usage

## S3 method for class 'RspProduct':
process(object, type=NULL, envir=parent.frame(), workdir=NULL, ..., recursive=TRUE,
  verbose=FALSE)

Arguments

type
A character string specifying the content type.
workdir
A temporary working directory to use during processing. If NULL, the working directory is not changed.
...
Optional arguments passed to the processor function.
recursive
If a postive number (or +Inf), then processed output that can be processed will be processed recursively (with this argument being decreased by one). A value
verbose
See Verbose.

Value

  • Returns the processed RSP product output as another RspProduct. If no processor exists, the input object itself is returned.