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)

}
jimbrig/jimstools documentation built on Sept. 12, 2022, 12:08 p.m.