#' Open slipbox
#' @export
.os <- function() {
path <- file.path(
"C:/Users/migue/Work/Learning/slipbox",
"_book",
"index.html"
)
utils::browseURL(path)
invisible(path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.