R/open_app.R

Defines functions open_app

Documented in open_app

#' Open Meta-Analytic Depression Psychotherapy Database Web App.
#'
#' Opens the Meta-Analytic Depression Psychotherapy Database Web App online.
#'
#' @usage open_app()
#'
#' @author Mathias Harrer
#'
#' @importFrom utils browseURL
#' @export open_app
#'
#' @examples
#' open_app()

open_app = function(){
  utils::browseURL("http://evidencebasedpsychotherapies.shinyapps.io/metapsy/")
}
MathiasHarrer/MetaPsyR documentation built on April 16, 2022, 6:21 p.m.