LoadLibrary | R Documentation |
This function is a wrapper for require() to check if a package is available and then attempts to install the package if it is unavailable. By rights should be called LoadPackage.
LoadLibrary(package)
package |
Character string (unquoted) specifying name of package |
none
Richard T. Gray, Rgray@kirby.unsw.edu.au
https://stackoverflow.com/questions/5595512/what-is-the-difference-between-require-and-library
LoadLibrary(tidyverse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.