loadLib | R Documentation |
Load vector of libraries
loadLib(lib_v, silent_v = T)
lib_v |
character vector containing names of libraries to load |
silent_v |
boolean determining if library load messages should be printed or not. |
load libraries and (optionally) print any messages to console
loadLib(c("data.table", "ggplot2", "dplyr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.