Processes an RSP file product.
# S3 method for RspProduct
process(object, type=NULL, envir=parent.frame(), workdir=NULL, ..., recursive=TRUE,
verbose=FALSE)
A character
string specifying the content type.
A temporary working directory to use during processing.
If NULL
, the working directory is not changed.
Optional arguments passed to the processor function
.
See Verbose
.
Returns the processed RSP product output as another RspProduct
.
If no processor exists, the input object itself is returned.