View source: R/compatipleVersions.R
compatibleVersions | R Documentation |
This function takes the names of installed R packages and then checks to see if they all have the same version number.
compatibleVersions(...)
... |
|
If all the package have the same version number, the function returns TRUE. Otherwise, the function returns FALSE
This function returns TRUE or FALSE depending on whether the packages have the same version number
Jianhua Zhang
packageDescription
library("hgu95av2.db")
library("GO.db")
compatibleVersions("hgu95av2.db", "GO.db")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.