- Modern R Programming Cookbook
- Jaynal Abedin
- 51字
- 2021-07-08 09:48:29
Getting ready
To install a specific version of an R library, there is another facility available. The necessary functions are bound into the versions library to do this job. You need to install versions before using the function within it. To get ready, you have to run the following command:
install.packages("versions")
推薦閱讀
- Practical Data Analysis Cookbook
- 零基礎學Visual C++第3版
- Java程序設計(慕課版)
- Unity Virtual Reality Projects
- 編寫高質量代碼:改善C程序代碼的125個建議
- Building a Recommendation Engine with Scala
- Android 應用案例開發大全(第3版)
- Drupal 8 Module Development
- 批調度與網絡問題的組合算法
- Learning Apache Karaf
- 移動增值應用開發技術導論
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Penetration Testing with the Bash shell
- Practical Predictive Analytics
- Unity Android Game Development by Example Beginner's Guide