- data.frame(forecast.ets)
ets.df$Item <- IL
r <- 24*(i-1)+2
addDataFrame(ets.df, sheet, col.names=FALSE, startRow=r)
}
title <- paste("\n\n\n Evaluation of", files[j], " - Completed at", date(),
"\n\n\n")
cat(title)
saveWorkbook(outwb
> On 12-04-24 10:43 PM, Duncan Murdoch wrote:
> > On 12-04-24 4:13 PM, Trevor Miles wrote:
> >> Hi All
> >>
> >> I am struggling to get R to read the Rprofile.site file from the
> >> R_HOME/etc folder.
> >>
> >> I know it isn't wo
Hi All
I am struggling to get R to read the Rprofile.site file from the R_HOME/etc
folder.
I know it isn't working because I change the prompt in the Rprofile.site file.
In addition, when I run "source('R_HOME'/etc/Rprofile.site") from the prompt,
the prompt gets changed and other environment
3 matches
Mail list logo