R/LComments.R

###########################################################################/**
# @RdocClass LComments
#
# @title "The LComments class"
#
# \description{
#  @classhierarchy
#
#  @get "title". 
#
#  This class, is almost identical to the super class, except that the
#  constructor has different defaults. 
# }
#
# @synopsis
#
# \arguments{
#   \item{letter}{The smart letter.}
#   \item{verboseName}{The name of the verbose object.}
#   \item{...}{Not used.}
# }
#
# \section{Fields and Methods}{
#  @allmethods  
# }
#
# @author
#
# @keyword programming
# @keyword IO
#*/###########################################################################
setConstructorS3("LComments", function(letter="L", verboseName="log", ...) {
  extend(VComments(letter=letter, verboseName=verboseName), "LComments")
})

Try the R.utils package in your browser

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

R.utils documentation built on Nov. 18, 2023, 1:09 a.m.