Load_Libs: Custom function to load a list of libraries

View source: R/load_libs.R

Load_LibsR Documentation

Custom function to load a list of libraries

Description

Reads a list of libraries and installs them if they aren't already

Usage

Load_Libs(LIBS)

Arguments

LIBS

a character vector. A list of libraries in the form c("x", "y")

Value

installs and loads libraries

Examples

LIBS <- c("sp", "sf", "rgeos")
Load_Libs(LIBS)

HiDef-Aerial-Surveying/HiDEF documentation built on Nov. 21, 2023, 5:54 a.m.