Description Usage Arguments Examples
when you use this function you can do install and require at once for installed packages, it only do require
1 | use_package(package, use = TRUE)
|
package |
package name that you want to install and require |
use |
you want to require or not, if TRUE it will require the package |
1 | use_package('ggmap')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.