R/ojo_reinstall.R

Defines functions ojo_reinstall

Documented in ojo_reinstall

#' Reinstall the OJO package from GitHub
#'
#' Installs the most recent version of the OJO package from GitHub. You must restart R Studio for the changes to take effect.
#'
#' @examples
#' ojo_reinstall()

ojo_reinstall <- function() {
  devtools::install_github("openjusticeok/ojo")
}
openjusticeok/ojo documentation built on Feb. 2, 2021, 5:47 a.m.