R/doc.R

Defines functions bf.doc

Documented in bf.doc

#' @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")
}

Try the BayesForge package in your browser

Any scripts or data that you put into this service are public.

BayesForge documentation built on June 9, 2026, 1:09 a.m.