R/guide.R

Defines functions bootcamp.guide

Documented in bootcamp.guide

#' Opens the FFTrees package guide
#' @importFrom utils vignette
#' @export
#'

bootcamp.guide <- function() {

  vignette("guide", package = "BaselRBootcamp2017")

}
therbootcamp/BaselRBootcamp2017 documentation built on May 3, 2019, 10:45 p.m.