R/allclasses.r

##############################################################
#' Create a class for strings that should print HW to screen.
#' 
#' Inherits the "character" class. And really nothing else.
#'
#' @name helloworld-class
#' @rdname helloworld-class
#' @exportClass helloworld
#'
#' @examples
#' getSlots("helloworld")
#' 
setClass("helloworld", contains = "character")
##############################################################
joey711/testpkg documentation built on May 19, 2019, 3:01 p.m.