View source: R/RecreateLibrary.R
IsPackageInstalled | R Documentation |
Check whether a package(s) is installed under the library tree(s).
IsPackageInstalled(x, lib = .libPaths())
x |
'character' vector. Package names |
lib |
'character' vector. Library trees |
A 'logical' vector of the same length as argument x
.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
IsPackageInstalled(c("inlmisc", "csimlni", "devtools"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.