R/shinypsych_guide.R

Defines functions ShinyPsych_Guide

Documented in ShinyPsych_Guide

#' Open the ShinyPsych Guide
#'
#' Open the ShinyPsych global vignette that also contains link to the different
#' tutorial vignettes.
#' @importFrom utils vignette
#' @export
ShinyPsych_Guide <- function(){
  # open global guide vignette
  vignette("ShinyPsych_Global", "ShinyPsych")
}
mdsteiner/ShinyPsych documentation built on Feb. 12, 2022, 2:09 p.m.