R.rsp (version 0.9.17)

RspFileProduct: The RspFileProduct class

Description

Package: R.rsp Class RspFileProduct logical ~~| ~~+--RspObject ~~~~~~~| ~~~~~~~+--RspProduct ~~~~~~~~~~~~| ~~~~~~~~~~~~+--RspFileProduct Directly known subclasses: public class RspFileProduct extends RspProduct An RspFileProduct is an RspProduct that represents an RSP product in form of a file, e.g. LaTeX, Sweave and knitr documents.

Usage

RspFileProduct(pathname=NA, ..., mustExist=TRUE)

Arguments

pathname
An existing file.
...
Additional arguments passed to RspProduct.
mustExist
If TRUE, it is asserted that the file exists.

Fields and Methods

Methods: rll{ findProcessor - getType - print - view - }

Methods inherited from RspProduct: findProcessor, getMetadata, getType, hasProcessor, print, process, view

Methods inherited from RspObject: getAttribute, getAttributes, hasAttribute, print, setAttribute, setAttributes

Methods inherited from logical: as.data.frame, as.raster, whichVector