PackageCheck: Checks if Package is already installed

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/PackageCheck.R

Description

Checks if Package is already installed and attaches it if it is available.

Usage

1
PackageCheck(Package)

Arguments

Package

string; Name of Package that is to be checked.

Details

This function checks whether given Package is installed, and if so it will use the library() function on it This function needs a string variable with the name of the package, it has no return()

Value

attaches Package but returns nothing.

Author(s)

Florian Berger <florian_berger@ymail.com>

See Also

scale

Examples

1
2
a <- NormData(mean=0, sd =20 ,n=1000, FillUp = FALSE)
newa <- FillUp(a, NA)

biometry/phenologicalOverlap documentation built on May 21, 2019, 2:31 a.m.