releases | R Documentation |
Get RStudio release metadata
releases(
type = c("desktop", "server"),
stable = TRUE,
use_cache = TRUE,
max_cache_age = "1 day"
)
type |
Either |
stable |
Set to |
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 tibble.
releases(type = "server",
max_cache_age = "1 year 2 months 3 weeks 4 days 5 hours 6 minutes 7 seconds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.