loadPkgs: Load Packages

View source: R/loadPkgs.R

loadPkgsR Documentation

Load Packages

Description

This function loads a list of packages from a specified location.

Usage

loadPkgs(pkgList, libPath)

Arguments

pkgList

Package list to load

lib_path

Library path from which to load packages

Examples

other.pkgs1 <- c("shiny","tidyr","dplyr","shinydashboard.uber","highcharter",
                 "ggplot2","purrr","scales","tidytext","stringr")
loadPkgs(other.pkgs1, lib_path)
print("All other packages loaded")

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.