#' How to create an R package
#'
#' Open up an article describing how to create and distribute an R
#' package
#'
#' @return None
#' @export
package_how <- function() {
browseURL("https://medium.com")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.