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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% RspRSourceCodeFactory.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{RspRSourceCodeFactory}
\docType{class}
\alias{RspRSourceCodeFactory}
\title{The RspRSourceCodeFactory class}
\description{
Package: R.rsp \cr
\bold{Class RspRSourceCodeFactory}\cr
\code{character}\cr
\code{~~|}\cr
\code{~~+--}\code{\link[R.rsp]{RspSourceCodeFactory}}\cr
\code{~~~~~~~|}\cr
\code{~~~~~~~+--}\code{RspRSourceCodeFactory}\cr
\bold{Directly known subclasses:}\cr
\cr
public class \bold{RspRSourceCodeFactory}\cr
extends \emph{\link[R.rsp]{RspSourceCodeFactory}}\cr
An RspRSourceCodeFactory is an \code{\link{RspSourceCodeFactory}} for
the R language.
}
\usage{
RspRSourceCodeFactory(...)
}
\arguments{
\item{...}{Not used.}
}
\section{Fields and Methods}{
\bold{Methods:}\cr
\tabular{rll}{
\tab \code{exprToCode} \tab -\cr
\tab \code{getCompleteCode} \tab -\cr
}
\bold{Methods inherited from RspSourceCodeFactory}:\cr
exprToCode, getCompleteCode, getLanguage, makeSourceCode, toSourceCode
\bold{Methods inherited from character}:\cr
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, coerce,ANY,character-method, coerce,character,SuperClassMethod-method, coerce,character,signature-method, coerce<-,ObjectsWithPackage,character-method, coerce<-,signature,character-method, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses
}
\author{Henrik Bengtsson}
\keyword{classes}
\keyword{internal}
|