Description Usage Arguments Examples
load_packages
checks if a vector of packages are installed, if not, installs them.
Then loads them ready for use. unload_packages
unloads packages, see detach
1 2 3 4 5 |
... |
list of packages to be passed loaded or unloaded |
1 2 3 4 | load_packages(magrittr, purrr, stringi, lubridate)
unload_packages(magrittr, purrr)
reload_packages(stringi, lubridate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.