- Hands-On Exploratory Data Analysis with R
- Radhika Datar Harish Garg
- 40字
- 2025-04-04 14:18:26
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")