上QQ阅读APP看书,第一时间看更新
去QQ阅读APP
上一章
目录
下一章
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")
上一章
目录
下一章