R/rstudio.R

Defines functions rstudio_is_available

rstudio_is_available <- function() {
  rlang::check_installed("rstudioapi")
  rstudioapi::isAvailable()
}

Try the shinytest2 package in your browser

Any scripts or data that you put into this service are public.

shinytest2 documentation built on June 24, 2024, 5:16 p.m.