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.