找回密码
 注册
查看: 2899|回复: 0

R语言如何调用系统内的程序?

[复制链接]
发表于 2011-9-19 21:03:06 | 显示全部楼层 |阅读模式
本帖最后由 tomorrow 于 2011-9-19 21:03 编辑

使用 system() 函数或用 shell.exec() 调用相应程序来打开文件:
# go to the c r a n
system(paste(’"C:/Program Files/Internet Explorer/iexplore.exe"’,
’cran.r-project.org’) , wait = FALSE)
# i n v o k e the n o t e p a d
system("notepad")
shell . exec("C:/WINDOWS/clock")
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-22 03:02 , Processed in 0.038286 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表