获取和清理数据:“获取和清理数据”课程项目(https:www.coursera.orglearndata cleaninghomewelcome) 源码
获取和清理数据课程项目 科林2020/8/29 资料读取 您可以使用以下代码读取数据: data <- read.table( " ./data/tidy_dataset.txt " , header = TRUE ) # the file url should be modified accordingly if the txt file is saved in a different directory 该存储库包含以下文件: 自述文件 run_analysis.R:用于生成数据集的R脚本 CodeBook.md:显示有关数据集中使用的变量的信息 原始数据集 原始数据集及其随附的README文档和Codebook可从。
下载地址
用户评论