search for: writerownms

Displaying 2 results from an estimated 2 matches for "writerownms".

Did you mean: writecolnms
2004 Dec 29
2
help with Rcmd check
...ocumentation mismatches ... WARNING whita$ Can anyone suggest a fix to those warnings. My package only has one function in it which has nothing to do with replacement and has no S3 methods. Here it is (from file excelpoi/R/excelpoi.R): write.xls <- function(x,filename,sheetName,writeColNms=T,writeRowNms=T) { if(missing(sheetName) && typeof(x)=="list") sheetName <- NULL .Call("R2xls",x,filename,sheetName,writeColNms,writeRowNms,PACKAGE="excelpoi ") } Thanks in advance, Whit [[alternative HTML version deleted]]
2005 Jul 20
2
Is it possible to create highly customized report in *.xlsformat by using R/S+?
Your surest bet is to look into S+, not R, since the former does 'integrate' with Microsoft applications. To what extent, I don' know. This is a desirable feature (IMO) and a reason to use S+ rather then R (already discussed in different thread). Try the S+ newsgroup. > -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at