R/is_ggthemr.R

Defines functions is_ggthemr

Documented in is_ggthemr

#' @title Is a ggthemr object
#' @description Test an object to determine if it is of class ggthemr.
#' @param x object to test.
#' @author Ciaran Tobin
is_ggthemr <- function(x)
  inherits(x, 'ggthemr')
cttobin/ggthemr documentation built on April 19, 2022, 3:31 a.m.