Displaying 7 results from an estimated 7 matches for "exportdata".
2006 Jan 26
3
How do you convert this from S Plus to R - any help appreciated . thanks
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)
[[alternative HTML version deleted]]
2002 Jul 31
7
exportData(foo,"foo.xls","EXCEL") for R ?
r-help,
Is there a package available for R which allows you to export data directly
to .xls, much like exportData(foo,"foo.xls","EXCEL") in S-PLUS ? If not, is
anyone working on this, or thinking about working on this?
I apologise in advance if this question has already been answered.
Many thanks,
Matthew
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2008 Jun 29
1
function to export data
Hi,
I’m trying to built a simple function that allows me to export
automatically some results to a text file. I’ve tried the two following
approaches but none worked.
> exportdata<-function(x) {
+ dataexp<-summary(x)
+ export(dataexp,type="ascii",file="dataexp.txt")
+ }
> exportdata(glm.poisson0)
Error in eval(expr, envir, enclos) : object "dataexp" not found
exportdata2<-function(x) {
sink("exportdata2.txt&quo...
2009 Nov 23
6
Excel-Export
Dear all,
i use the following package/syntax to export data to excel:
library(xlsReadWrite)
write.xls( exportdata,pfad,colNames = TRUE,sheet = 1,from = 1,rowNames =
FALSE )
Everything is fine, but the format of the export is not the best. For
example, I every time have to adjust the column width. Furthermore there is
no possibility to highlight some cell or make them colourful.
I create a lot of such output...
2004 Nov 18
2
Informix database
We use Informix database. I was able to connect to the database with
S-PLUS by using its CONNECT/Java through the JDBC driver.
How can I connect to Informix with R, wither using JDBC or any other
method? we run Linux so I prefer a method other than ODBC.
Thankx for the help
2010 Feb 05
2
Importing data coming from Splus into R.
...tical Computing
ISBN 3-900051-07-0
I know that the "foreign" package has a function to directly import Splus
data sets into R, but I also know that it is working only for 32-bit
versions of the softwares, hence I didn't try that route. Here is what I
have done:
In Splus:
ttt <- exportData(data = FMD.CR.test,
file = "/home/jeg002/splus/R/Exemples/R/FMD-CR-test.csv",
type = "ASCII", delimiter = "@", quote = T, na.string =
"NA")
ttt.class <- unlist(lapply(FMD.CR.test, class))
### I am using "@" as...
2003 Apr 24
1
"Missing links": Hmisc and Design docs
...text html latex example
missing link(s): ols validate predab.resample nomogram
transcan text html latex example
missing link(s): mice
upData text html latex example
missing link(s): importData exportData timeDate format.timeDate
varclus text html latex example
missing link(s): na.pattern
xYplot text html latex example
missing link(s): trellis error.bar axis.time
sas.get text html l...