R/update.R

Defines functions update_mktg482

Documented in update_mktg482

#' A function to update the mkgt482 package
#'
#' This function allows you to easily update the mkgt482 package from github
#' @param none
#' @keywords update
#' @export
#' @examples
#' update_mktg482()

update_mktg482 <- function() {
  devtools::install_github("fzettelmeyer/mktg482", upgrade = "never", force = TRUE)
  }
fzettelmeyer/mktg482 documentation built on May 26, 2020, 2:26 p.m.