Learn R Programming

spartan (version 3.0.2)

check_package_installed: Check that a required package has been installed

Description

Check that a required package has been installed

Usage

check_package_installed(packageName)

Arguments

packageName

Name of the package to check for

Value

Boolean stating whether the package is installed or not