Nothing
#' @title title Open the BI Documentation Website
#' @description
#' This function opens the BI documentation webpage in the user's default
#' web browser.
#'
#' @return Invisibly returns `NULL`. The function is called for its side effect
#' of opening a URL.
#' @export
bf.doc <- function() {
browseURL("https://s-sosa.com/BI")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.