Description Usage Arguments Examples
Install a new package
| 1 2 | install_new(pkg, repo = "http://cran.revolutionanalytics.com/",
  libPath = .libPaths()[1])
 | 
| pkg | String. The package to install | 
| repo | Sring, Repository. Default: 'http://cran.revolutionanalytics.com/' | 
| libPath | String Ex:.libPaths()[1] | 
| 1 2 | library(lwPackageHelperR)
install_new("scales")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.