摘要: 示例 代码 sessionInfo() # 查询版本及系统和库等信息 # 工作目录设置 getwd() path <- "E:/RSpace" setwd(path) rm(list=ls()) # 清空内存中的变量 # mtcars # 展示基础安装中的 mtcars 数据集 str(mtcars 阅读全文
posted @ 2019-12-24 13:30 赏尔 阅读(5579) 评论(0) 推荐(0) 编辑
摘要: 示例 sessionInfo() # 查询版本及系统和库等信息 # 工作目录设置 getwd() path <- "E:/RSpace" setwd(path) rm(list=ls()) # 清空内存中的变量 # state.x77 # 展示基础安装中的 women 数据集 str(state.x 阅读全文
posted @ 2019-12-24 13:28 赏尔 阅读(985) 评论(0) 推荐(0) 编辑