f_lib_check: This function allows you to check whether the required...

Description Usage Arguments Examples

View source: R/Functions.R

Description

This function allows you to check whether the required library has been installed, otherwise it will be installed and load.

Usage

1

Arguments

libs

A character vector of names of required libraries.

Examples

1
2
libs<-c("ggplot2","caTools")
f_lib_check(libs)

ln1267/dWaSSI documentation built on Dec. 3, 2019, 4:39 a.m.