% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/necessary.packages.R \name{necessary.packages} \alias{necessary.packages} \title{necessary.packages checks if a particular package is installed if not then it installs and loads.} \usage{ necessary.packages(pkg) } \arguments{ \item{pkg}{vector containing names of the packegs required to be loaded} } \description{ necessary.packages checks if a particular package is installed if not then it installs and loads. }