update_RIGbiopax<-
function(){
#' @export
#' @title
#' Update RIGbiopax from GitHub
#' @description
#' Updates the package. It may be necessary to restart the R session after the update.
#' @author
#' Ivan Grishagin
unloadNamespace(ns = "RIGbiopax")
devtools::install_github("grishagin/RIGbiopax")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.