Description Usage Arguments Value Examples
View source: R/github_installer.R
installs a R package from github
installs a R package from github
1 | github_installer(url = NULL, ...)
|
url |
link to a github r package |
This function the url
that was given to it, after it has installed the package
1 2 3 4 | ## Not run:
github_installer('emilbebri/dttools')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.