[R] How do you convert this from S Plus to R - any help appreciated . thanks

Barry Rowlingson B.Rowlingson at lancaster.ac.uk
Fri Jan 27 10:57:10 CET 2006


Briggs, Meredith M wrote:

> exportData(MU.Cost,paste("C:/RAUDSL/S",as.character(MU.Cost$Run.Id[1]),"
> .",as.character(MU.Cost$MU.Id[1]),".MU.PRICE.OUTPUT.txt",sep=""),append
> = FALSE,type="ASCII",quote=FALSE)

  Looks like perfectly good R to me.

  Except there's no exportData function. I assume this is an Splus 
function that R doesn't have, in which case telling us what it does 
might help. What does the Splus manual have to say about it?

I'm guessing R's write.table might be of use.

  Assuming its exportData that has you stuck - the other bits should 
allwork in R no problem, all it does is construct a path from parts of 
the MU.Cost object.

Barry




More information about the R-help mailing list