R/is.gapdata.R

Defines functions is.gapdata

Documented in is.gapdata

#'Function to check if a object is a gapdata class object
#'
#'This function checks if a object is a gapdata class object.
#'
#' @param x a object
#' @export is.gapdata
#' @aliases is.gapdata
#' @return a logical TRUE or FALSE
#' @keywords internal
#' 


#check if a gapdata
is.gapdata <- function(x){
  inherits(x, "gapdata")
}

Try the gapmap package in your browser

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

gapmap documentation built on April 19, 2021, 5:06 p.m.