This function uses r_versions
to fetch all the
R versions from R main SVN server.
1 | r_versions_n(n = Inf, digits = 2L, cache = TRUE)
|
n |
Number of versions to return |
digits |
Number of version digits: 1 = major version number, 2 = <major>.<minor1>, 3 = <major>.<minor1>.<minor2> |
cache |
logical that indicates if the result should be retrieved from cache or (re-)fetched from the SVN server. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.