Description Usage Arguments Value Examples
The package pass two argments x and y. x is a vector with packages that user plan to load. y is a logical vector, where TRUE load a default package list from developer. You need chosse Y TRUE or FALSE. If x do not specified, the package load a list of default packages.
1 | load_pkg(x, y)
|
x |
A string vector of packages names (optional). |
y |
Logical. If TRUE load the default package list (dplyr, ggplot2,ggthemes, reshape2, electionsBR) |
Packages loaded.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.