R/create_vpc_theme.R

Defines functions create_vpc_theme

Documented in create_vpc_theme

#' Create new vpc theme
#'
#' @param ... pass arguments to `new_vpc_theme`
#' @return The vpc theme
#' @export
create_vpc_theme <- function(...) {
  .Deprecated(new="new_vpc_theme()")
  return(new_vpc_theme(...))
}
ronkeizer/vpc documentation built on May 11, 2023, 11:09 p.m.