R/launch_rstudio.R

Defines functions launch_rstudio

Documented in launch_rstudio

#' Launch a new project-less RStudio session
#'
#' Call this function as an addin to launch a new project-less RStudio session
#' without closing your currently open RStudio project(s).
#'
#' @export

launch_rstudio <- function(){

  rstudioapi::terminalExecute("open -n /Applications/RStudio.app", show = FALSE)

}
jimbrig2011/jimstools documentation built on Sept. 14, 2022, 1:38 a.m.