Learn R Programming

adapr (version 2.0.0)

loadInstallLibraryFile: This function is no longer supported. Loads libraries within the file library.list.file

Description

This function is no longer supported. Loads libraries within the file library.list.file

Usage

loadInstallLibraryFile(library.data.file = NA, subgroup = NULL,
  verbose = FALSE, install.all = FALSE)

Arguments

library.data.file

CSV File with a set of library names and repository locations

subgroup

data frame with Package, repos, and specific columns

verbose

Print which libraries are installed and loaded

install.all

logicial indicated whether to install all project packages

Value

Library information data

Details

Installs and loads all packages.Not for direct use. See installProjectPackages().