Learn R Programming

adapr (version 1.0.1)

load.install.library.file: Loads librarys within the file library.list.file

Description

Loads librarys within the file library.list.file

Usage

load.install.library.file(library.data.file = NA, subgroup = NULL, verbose = 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

Value

Library information data

Details

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