R/RspVoid.R

###########################################################################/**
# @RdocClass RspVoid
#
# @title "The RspVoid class"
#
# \description{
#  @classhierarchy
#
#  An RspVoid is an @see "RspConstruct" that contains nothing and
#  outputs nothing.
# }
#
# @synopsis
#
# \arguments{
#   \item{...}{Not used.}
# }
#
# \section{Fields and Methods}{
#  @allmethods
# }
#
# @author
#
# @keyword internal
#*/###########################################################################
setConstructorS3("RspVoid", function(...) {
  extend(RspConstruct(), "RspVoid")
})

setMethodS3("asRspString", "RspVoid", function(object, ...) {
  RspString()
})

Try the R.rsp package in your browser

Any scripts or data that you put into this service are public.

R.rsp documentation built on June 28, 2022, 1:05 a.m.