R/hier_vignette.R

Defines functions hier_vignette

Documented in hier_vignette

#' Show the package vignette
#'
#' This function opens the introductionary package vignette
#' and opens it in a new browser tab/window.
#'
#' @return a browser windows/tab with showing the vignette
#' @export
#' @md
#' @examples
#' \dontrun{
#' hier_vignette()
#' }
hier_vignette <- function() {
  RShowDoc("usage", package = "sdcHierarchies")
}

Try the sdcHierarchies package in your browser

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

sdcHierarchies documentation built on May 29, 2024, 8:01 a.m.