latest_version | R Documentation |
Get latest RStudio version number
latest_version(
type = c("desktop", "server"),
stable = TRUE,
pro = FALSE,
os = NULL,
use_cache = TRUE,
max_cache_age = "1 day"
)
type |
Either |
stable |
Set to |
pro |
|
os |
The OS codename for which the RStudio version was built. If |
use_cache |
Whether or not to return cached results if possible. If |
max_cache_age |
Duration after which cached results are refreshed (i.e. newly fetched). A valid lubridate duration. Use |
A numeric version.
latest_version(os = "macos",
use_cache = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.