On 21-08-2014, at 05:19, PO SU <[email protected]> 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
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.