View source: R/f - Install package from GitHub.R
f_install_package_from_github | R Documentation |
Install last version of package on GitHub.
f_install_package_from_github(c.package, c.auth.token = NULL)
c.package |
Package name. |
c.auth.token |
Authentication token to access private repo. (default: NULL) |
Note - Never insert a token in the script. GitHub recognizes these tokens when committing and revokes the concerned tokens. Great for security, bit unhandy in use!
Nothing.
Pieter Overdevest
f_install_package_from_github(
c.package = "generaltoolbox"
c.auth.token = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.