installedPackages {svTools}R Documentation

Installed packages

Description

This is similar to installed.packages but with two additional columns indicating if the package is loaded and default

Usage

installedPackages(pattern = NULL, ...)

Arguments

pattern filter on the name or the title of the packages
... arguments for installed.packages

Value

A matrix similar to the result of installed.packages with two additional columns

Author(s)

Romain Francois <francoisromain@free.fr>

See Also

installed.packages


[Package svTools version 0.0-12 Index]