R/is.desc.R

Defines functions is.desc

Documented in is.desc

# TODO: Add comment
# 
# Author: jfcollin
###############################################################################

#' Check if it is really a desc object
#' 
#' @param x Normally, a desc object, but it can be anything...
#' 
#' @seealso \code{\link{desc}} 
#' 
#' @export

is.desc <- function(x) inherits(x, "desc")

Try the ClinReport package in your browser

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

ClinReport documentation built on Sept. 3, 2019, 5:07 p.m.