#' Open GitHub repo of active project
#'
#' @export
open_github <- function() {
repo <- desc::desc_get_field("Package")
usethis::browse_github(repo)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.