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`
#' @export
create_vpc_theme <- function(...) {
  message("Note: the `create_vpc_theme()` function has been renamed to `new_vpc_theme()`. Please update your scripts, `create_vpc_theme()` will be deprecated in future releases.")
  return(new_vpc_theme(...))
}

Try the vpc package in your browser

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

vpc documentation built on Jan. 16, 2021, 5:44 p.m.