October 2017
Beginner to intermediate
236 pages
7h 38m
English
To install any library from GitHub, you can use the install_github() function from the devtools library. You just need to know the name of the library and the GitHub ID of the repository owner. See the following installation code for the dplyr library from GitHub:
library(devtools) install_github("hadley/dplyr")