#' Browse packaging guidelines
#'
#' @export
read_pkg_guide <- function(){
utils::browseURL(glue::glue("{gitbook_url()}building.html"))
}
gitbook_url <- function(){
"https://devguide.ropensci.org/"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.