1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% RspFileProduct.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{RspFileProduct}
\docType{class}
\alias{RspFileProduct}
\title{The RspFileProduct class}
\description{
Package: R.rsp \cr
\bold{Class RspFileProduct}\cr
\code{logical}\cr
\code{~~|}\cr
\code{~~+--}\code{\link[R.rsp]{RspObject}}\cr
\code{~~~~~~~|}\cr
\code{~~~~~~~+--}\code{\link[R.rsp]{RspProduct}}\cr
\code{~~~~~~~~~~~~|}\cr
\code{~~~~~~~~~~~~+--}\code{RspFileProduct}\cr
\bold{Directly known subclasses:}\cr
\cr
public class \bold{RspFileProduct}\cr
extends \emph{\link[R.rsp]{RspProduct}}\cr
An RspFileProduct is an \code{\link{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{
\item{pathname}{An existing file.}
\item{...}{Additional arguments passed to \code{\link{RspProduct}}.}
\item{mustExist}{If \code{\link[base:logical]{TRUE}}, it is asserted that the file exists.}
}
\section{Fields and Methods}{
\bold{Methods:}\cr
\tabular{rll}{
\tab \code{findProcessor} \tab -\cr
\tab \code{getFileSize} \tab -\cr
\tab \code{getType} \tab -\cr
\tab \code{print} \tab -\cr
\tab \code{view} \tab -\cr
}
\bold{Methods inherited from RspProduct}:\cr
!, findProcessor, getType, hasProcessor, print, process, view
\bold{Methods inherited from RspObject}:\cr
print
\bold{Methods inherited from logical}:\cr
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
}
\author{Henrik Bengtsson}
\keyword{classes}
\keyword{internal}
|