try_require {ggplot2}R Documentation

Quietly try to require a package

Description

Queitly require a package, returning an error message if that package is not installed.

Usage

try_require(package)

Arguments

package

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]