R.rsp (version 0.40.0)

process.RspProduct: Processes an RSP file product

Description

Processes an RSP file product.

Usage

"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 TRUE corresponds to +Inf (infinite processing if possible). A value FALSE corresponds to 0 (no further processing).
verbose
See Verbose.

Value

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