tidyverse:指 R 语言中一组为数据科学而设计、风格统一的开源软件包集合,常用于数据导入、清洗、整理(tidy data)、可视化与建模等工作(如 ggplot2, dplyr, tidyr, readr 等)。
I installed the tidyverse to start learning data analysis in R.
我安装了 tidyverse,开始学习用 R 做数据分析。
Using the tidyverse, she cleaned the dataset, reshaped it into a tidy format, and visualized trends with ggplot2.
她使用 tidyverse 清洗数据集,将其整理成整洁数据格式,并用 ggplot2 可视化趋势。
/ˈtaɪdiˌvɝːs/
tidyverse 是一个现代构词(新造词/合成词),由 tidy(“整洁的、整理好的”,在数据分析中也指“整洁数据”理念)+ -verse(来自 universe 的缩略/借用含义,表示“世界、体系、宇宙”)组合而成,意为“围绕整洁数据理念的一整套工具生态”。