R.rsp (version 0.41.0)

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:

findProcessor -
getFileSize -
getType -
print -
view -

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

Methods inherited from RspObject: print

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