[R] file.show() may have some bug?

Berend Hasselman bhh at xs4all.nl
Thu Aug 21 09:12:06 CEST 2014


On 21-08-2014, at 05:19, PO SU <rhelpmaillist at 163.com> wrote:

> Dear Rusers,
>   when i try file.show(" xxx.h") in Rstudio which using R3.0.2, it doesn't show anything. But when i use file.edit("xxx.h"),it shows the right file,  It is the same thing happen to xxx.c file.
> May you explain it to me?
> 

How about leaving out the space in file.show(" xxx.h”)?
Use file.show("xxx.h”)

Berend



More information about the R-help mailing list