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?
--
PO SU
mail: desolator88 at 163.com
Majored in Statistics from SJTU
[[alternative HTML version deleted]]
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