powered by
Check whether required packages are installed.
check_req_pkg(pkg = NULL)
there will be no output from this function. Rather, the function will check whether the packages given as inputs are installed.
a character vector containing names of packages to check
# \donttest{ check_req_pkg("data.table") check_req_pkg(c("base", "utils", "ggplot2", "data.table")) # }
Run the code above in your browser using DataLab