Day6 廬州月
安裝使用R語言包(以dplyr為例)
1责嚷、安裝下載鏡像
2、安裝 三部曲 options ("repos" = c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/")) options(BioC_mirror="https://mirrors.ustc.edu.cn/bioc/") install.packages("dplyr") library(dplyr)
3掂铐、5個(gè)常用函數(shù)
提取內(nèi)置數(shù)據(jù)iris(經(jīng)典數(shù)據(jù)集罕拂,常用作教學(xué))
上框 ctrl+enter
下框 enter
查看表格 View(test)
插入列mutate (test, new = Sepal.Length * Sepal.Width)
列篩選 select()
行篩選filter()
排序arrange()
匯總summarise()