R/verify_ggthemr.R

verify_ggthemr <- function (x, message = 'Not a ggthemr object.')
  if (!is_ggthemr(x)) stop(message, call. = FALSE)
Mikata-Project/ggthemr documentation built on April 19, 2022, 12:10 a.m.