書名: Hands-On Exploratory Data Analysis with R作者名: Radhika Datar Harish Garg本章字數: 40字更新時間: 2021-06-24 14:10:38
Installing R packages from the Terminal
To install R packages from the Terminal, follow these steps:
- Open the Terminal
- Type and run the following command. Make sure to replace packagename1 with an actual package name, such as dplyr:
install.packages("packagename1")