is.installed {fCI}R Documentation

package

Description

test if a package is installed in the R library

Usage

is.installed(mypkg)

Arguments

mypkg

a R library name, such as FNN

Details

TBD

Value

installation

boolean value indicating the installation

Note

TBD

Author(s)

Shaojun Tang

References

http://software.steenlab.org/fCI/

See Also

TBD

Examples

  is.installed('fCI')

[Package fCI version 1.10.0 Index]