inst/examples/standardGeneric.R

# inst/examples/standardGeneric.R

#' Example Generic Function
#' 
#' This is an example of an S4 standardGeneric 
#' documentation.  This is to be used for testing
#' of the functions in the documentation package.
#' 
#' @keywords documentation misc
setGeneric( "example_generic"
          , valueClass = "logical"
          , function(x, ...){return(NA)}
          )
RDocTaskForce/documentation documentation built on May 8, 2019, 5:50 a.m.