powered by
Check if RStudio is running.
isAvailable(version_needed = NULL)verifyAvailable(version_needed = NULL)
verifyAvailable(version_needed = NULL)
An optional version specification. If supplied, ensures that RStudio is at least that version.
isAvailable a boolean; verifyAvailable an error message if RStudio is not running
isAvailable
verifyAvailable
# NOT RUN { rstudioapi::isAvailable() # } # NOT RUN { rstudioapi::verifyAvailable() # }
Run the code above in your browser using DataLab