load_libraries()
The load_libraries()
function checks whether a set of libraries have been installed: if the libraries exist, the function will load them; otherwise, the function will install and then load them.
load_libraries('tidyverse', 'abind', 'ggformula')