Learn R Programming

SciencesPo (version 1.3.7)

package: Load packages

Description

Check if package exists and install it otherwise.

Usage

package(x)

Arguments

x
The package name, or a list of packages.

Examples

Run this code
package(qvalue) # from bioconductor
 package(SoundexBR) # from CRAN

Run the code above in your browser using DataLab