View source: R/bioc_r_versions.R
bioc_r_versions | R Documentation |
Get the respective version of R for a given version of Bioconductor.
bioc_r_versions(bioc_version = NULL, depth = NULL, return_opts = FALSE)
bioc_version |
Version of Bioc to return info for. Can be:
|
depth |
How many levels deep into the R version to include. For example, is the R version number is "4.2.0", the following depths would return:
|
return_opts |
Return a character vector of all valid Bioc version names. |
Named list of Bioc/R versions
ver <- bioc_r_versions(bioc_version="devel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.