check_load_packages {IPDFileCheck}R Documentation

Function to check the package is installed, if not install

Description

Function to check the package is installed, if not install

Usage

check_load_packages(pkg)

Arguments

pkg

name of package(s)

Value

0, if packages cant be installed and loaded, else error

Examples

check_load_packages("dplyr")

[Package IPDFileCheck version 0.8.1 Index]