Learn R Programming

ENMTools (version 1.1.2)

check.extras: Check that the extra packages needed for an ENMTools function are installed and available

Description

Check that the extra packages needed for an ENMTools function are installed and available

Usage

check.extras(funs = NULL)

Value

Logical, `TRUE` if all required extra packages are available, `FALSE` otherwise

Arguments

funs

character vector of ENMTools function names to install extra dependencies for. If `NULL`, extras for all ENMTools functions will be installed.

Examples

Run this code
check.extras("enmtools.gam")

Run the code above in your browser using DataLab