Description Usage Arguments See Also Examples
p_loaded
- Output is a character string of loaded packages.
p_isloaded
- Check if package(s) is loaded.
1 2 3 |
all |
logical. If |
char |
Character vector containing packages to load. If you are calling
|
character.only |
logical. If |
... |
Optional package names. Adding package names will check their individual load status. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
p_load(lattice, ggplot2)
## End(Not run)
p_loaded()
p_loaded(all=TRUE)
p_loaded(ggplot2, tm, qdap)
p_isloaded(ggplot2)
p_isloaded(ggplot2, dfs, pacman)
## Not run: p
_unload(lattice)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.