installedPackages {svTools} | R Documentation |
This is similar to installed.packages but with two additional columns indicating if the package is loaded and default
installedPackages(pattern = NULL, ...)
pattern |
filter on the name or the title of the packages |
... |
arguments for installed.packages |
A matrix similar to the result of installed.packages
with two additional columns
Romain Francois <francoisromain@free.fr>