Learn R Programming

RSurvey (version 0.7-4)

LoadPackages: Load Required Packages for RSurvey

Description

This function installs Rpackages required by RSurvey. If a required package is unavailable on the local computer an attempt is made to acquire the package from http://cran.r-project.org/{CRAN} using an existing network connection.

Usage

LoadPackages(repo = "http://cran.r-project.org")

Arguments

repo
character; the base URL of the repositories to use for package installation.

See Also

install.packages, require

Examples

Run this code
LoadPackages()

Run the code above in your browser using DataLab