科学网

 找回密码
  注册
R中的清屏及清除变量的命令
徐硕 2012-3-29 10:27
清屏命令为:Ctrl + l 清除单个变量使用 rm(object) 函数 清除内存中所有的变量 rm(list = ls())
个人分类: R|56017 次阅读|没有评论
R获得及修改工作路径
徐硕 2012-3-27 11:29
getwd(): returns an absolute filepath representing the current working directory of the R process; setwd(dir): is used to set the working directory to dir .
个人分类: R|5096 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-1 08:16

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部