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.
RspFileProduct(pathname=NA, ..., mustExist=TRUE)
An existing file.
Additional arguments passed to RspProduct
.
If TRUE
, it is asserted that the file exists.
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:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, as.data.frame, as.raster, coerce,ANY,logical-method, whichVector
Henrik Bengtsson