我file.show()
在 Mac 上的 RStudio 中运行,如下所示:
filename <- "/Users/me/reports/myfile.pdf" # replace with file location/name
file.show(file.path(filename), title="My File")
这做了两件事:
打开我的文件.pdf
在 RStudio 中打开一个名为“我的文件”的空白文件。
options()$pdfviewer
返回:
"/usr/bin/open"
我怎样才能阻止(2)发生?