Examples for 'rstudioapi::getVersion'


Return the current version of the RStudio API

Aliases: getVersion

Keywords:

### ** Examples


## Not run: 
##D if (rstudioapi::getVersion() < "0.98.100") {
##D   message("Your version of RStudio is quite old")
##D }
## End(Not run)

[Package rstudioapi version 0.13 Index]