File: RC-methods.Rd

package info (click to toggle)
r-cran-rsclient 0.7-10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 2,137; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (4)
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
\name{RC-methods}
\alias{RC-methods}
\alias{print.RserveConnection}
\alias{==.RserveConnection}
\alias{!=.RserveConnection}
\title{
  Methods for the RserveConnection class
}
\description{
  Basic methods (printing, comparison) for the RserveConnection class.
}
\usage{
\S3method{print}{RserveConnection}(x, ...)
\S3method{==}{RserveConnection}(e1, e2)
\S3method{!=}{RserveConnection}(e1, e2)
}
\arguments{
  \item{x}{Rserve connection object}
  \item{e1}{Rserve connection object}
  \item{e2}{Rserve connection object}
  \item{\dots}{ignored}
}
%\details{
%}
\value{
  \code{print} returns \code{x} invisibly

  \code{==} and \code{!=} return a logical scalar
}
%\references{
%}
\author{
  Simon Urbanek
}
%\note{
%}
%\examples{
%}
\keyword{interface}