#' 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.