R/dateCreated-methods.R

#' dateCreated Getter
#'
#' Get the date a RadioSet object was created
#'
#' @examples
#' dateCreated(clevelandSmall)
#'
#' @param object A \code{RadioSet}
#'
#' @return The date the RadioSet was created
#'
#' @describeIn RadioSet Return the date the RadioSet was created
#'
#' @importFrom CoreGx dateCreated
#' @importFrom methods callNextMethod
#' @export
setMethod(dateCreated,
          signature = c("RadioSet"),
          function(object) {
  callNextMethod(object)
})

Try the RadioGx package in your browser

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

RadioGx documentation built on Nov. 8, 2020, 8:21 p.m.