- Modern R Programming Cookbook
- Jaynal Abedin
- 52字
- 2021-07-08 09:48:28
Installing a library from GitHub
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")
推薦閱讀
- C語言程序設計實踐教程(第2版)
- Mastering Visual Studio 2017
- Spring Boot開發與測試實戰
- Flash CS6中文版應用教程(第三版)
- STM32F0實戰:基于HAL庫開發
- 重學Java設計模式
- Node.js Design Patterns
- Spring Boot+MVC實戰指南
- 零基礎學C++(升級版)
- jQuery從入門到精通(微課精編版)
- Python預測分析實戰
- WordPress Search Engine Optimization(Second Edition)
- Drupal Search Engine Optimization
- INSTANT Premium Drupal Themes
- 零基礎C語言學習筆記