Description Usage Arguments Examples
This function allows you to check whether the required library has been installed, otherwise it will be installed and load.
1  | f_lib_check(libs)
 | 
libs | 
 A character vector of names of required libraries.  | 
1 2  | libs<-c("ggplot2","caTools")
f_lib_check(libs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.