R/verify_ggthemr.R

verify_ggthemr <- function (x, message = 'Not a ggthemr object.')
  if (!is_ggthemr(x)) stop(message, call. = FALSE)
YTLogos/ggthemr documentation built on May 7, 2019, 10:37 a.m.