Description Usage Arguments Examples
View source: R/install_new_github.R
Install new packages from github
| 1 | install_new_github(pkg, repo, libPath)
 | 
| pkg | String. Package name. Ex: 'rPeaks' | 
| repo | String. Repository name. Ex: 'jrminter' | 
| libPath | String Ex:.libPaths()[1] | 
| 1 2 | library(lwPackageHelperR)
install_new_github( 'rPeaks', 'jrminter', .libPaths()[1])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.