process.RspProduct: Processes an RSP file product

process.RspProductR Documentation

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 positive 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.

Author(s)

Henrik Bengtsson


R.rsp documentation built on June 28, 2022, 1:05 a.m.