Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-mvc/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
以编程方式在RStudio中打开R项目?_R_Rstudio - Fatal编程技术网

以编程方式在RStudio中打开R项目?

以编程方式在RStudio中打开R项目?,r,rstudio,R,Rstudio,与file.edit('foo.R')如何在RStudio中打开一个文件进行编辑类似,如果您知道它的.Rproj文件的位置,是否有办法打开一个R项目?请查看包rstudioapi中的函数openProject()您使用的是什么操作系统?Windows 8.1,谢谢!可能使用系统?

file.edit('foo.R')
如何在RStudio中打开一个文件进行编辑类似,如果您知道它的
.Rproj
文件的位置,是否有办法打开一个R项目?

请查看包
rstudioapi

中的函数
openProject()
您使用的是什么操作系统?Windows 8.1,谢谢!可能使用
系统