R與Rstudio的下載與安裝
官網(wǎng)
Rstudio鏡像設(shè)置
image.png
R的基本操作
Rproject管理工作目錄
顯示文件列表 dir()
加減乘除
直接
賦值 <-
刪除變量
刪除bc變量 rm(b,c)
清空變量 rm(list = ls())
列出歷史命令
history()
等同于直接按history標(biāo)簽
官網(wǎng)
dir()
直接
<-
刪除bc變量 rm(b,c)
清空變量 rm(list = ls())
history()
等同于直接按history標(biāo)簽
ctrl+l