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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% RspPage.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{RspPage}
\docType{class}
\alias{RspPage}
\title{The RspPage class}
\description{
Package: R.rsp \cr
\bold{Class RspPage}\cr
\code{\link[R.oo]{Object}}\cr
\code{~~|}\cr
\code{~~+--}\code{RspPage}\cr
\bold{Directly known subclasses:}\cr
\cr
public static class \bold{RspPage}\cr
extends \link[R.oo]{Object}\cr
}
\usage{
RspPage(pathname=NULL, ...)
}
\arguments{
\item{pathname}{A \code{\link[base]{character}} string.}
\item{...}{Not used.}
}
\section{Fields and Methods}{
\bold{Methods:}\cr
\tabular{rll}{
\tab \code{\link[R.rsp:getAbsolutePath.RspPage]{getAbsolutePath}} \tab Gets the absolute pathname to the current RSP file.\cr
\tab \code{\link[R.rsp:getName.RspPage]{getName}} \tab Gets the (base)name of the current RSP file.\cr
\tab \code{\link[R.rsp:getPath.RspPage]{getPath}} \tab Gets the path of the directory of the current RSP file.\cr
}
\bold{Methods inherited from Object}:\cr
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save
}
\author{Henrik Bengtsson}
\keyword{classes}
\keyword{internal}
|