search for: csvdata

Displaying 6 results from an estimated 6 matches for "csvdata".

2007 Dec 27
0
SAS to R - if you have SAS 8.2+
...uot;) obWSM.Workspaces <- obWSM[["Workspaces"]] obSAS <- comCreateObject("SAS.Workspace") obSAS.DataService <- obSAS[["DataService"]] obSAS.LanguageService <- obSAS[["LanguageService"]] # hard-coded temporary files # sas temporary csv file csvdata <- paste(inPath,"/t__sd__t.csv", sep="") # sas temporary column definition file coldef <- paste(inPath,"/t__sc__t.csv", sep="") libRef <- obSAS.DataService$AssignLibref("sasds","",inPath,"") # create the content c...
2008 Dec 15
2
R CMD check on window XP
...* [all] Error 2 make: *** [pkg-ATGGS] Error 2 Can't read C:/ATGGS.Rcheck/ATGGS/auxData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory C:/ATGGS.Rcheck/ATGGS/auxData: Directory not empty at c:\R\R-27~1.2/bin/INSTALL line 434 Can't read C:/ATGGS.Rcheck/ATGGS/csvData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory C:/ATGGS.Rcheck/ATGGS/csvData: Directory not empty at c:\R\R-27~1.2/bin/INSTALL line 434 Can't read C:/ATGGS.Rcheck/ATGGS/csvscripts: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove direct...
2008 Dec 15
2
R CMD check on window XP
...* [all] Error 2 make: *** [pkg-ATGGS] Error 2 Can't read C:/ATGGS.Rcheck/ATGGS/auxData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory C:/ATGGS.Rcheck/ATGGS/auxData: Directory not empty at c:\R\R-27~1.2/bin/INSTALL line 434 Can't read C:/ATGGS.Rcheck/ATGGS/csvData: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove directory C:/ATGGS.Rcheck/ATGGS/csvData: Directory not empty at c:\R\R-27~1.2/bin/INSTALL line 434 Can't read C:/ATGGS.Rcheck/ATGGS/csvscripts: Invalid argument at c:\R\R-27~1.2/bin/INSTALL line 434 Can't remove direct...
2010 Nov 22
3
"unexpected numeric constant" while reading tab delimited csv file
my csv file is very simple - just one line for purpose of this test: 0{TAB}0 and read function is this: csvdata = read.csv(file="d:/s/test.csv",head=FALSE,sep="\t") then error comes: Error in source("d:/test.csv") : d:/test.csv:1:9: unexpected numeric constant 1: 0 0 but when I change delimiter to ; (colon) then error not shows up anymore -- View this message in co...
2005 Dec 29
7
Laszlo on Rails kicking off
The Laszlo on Rails effort, bringing the rich web interface of OpenLaszlo (http://openlaszlo.org) to the simplicity of Rails (http://www.rubyonrails.com) will be kicking off next week. We have a list going at http://groups.google.com/group/laszlo-on-rails/ -- 88 people so far and we haven''t even begun! -- but if you really want to be close to the action, email me with your firstname,
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...r-help at r-project.org > Subject: Re: [R] "unexpected numeric constant" while reading tab delimited csv file > > madr wrote: > > my csv file is very simple - just one line for purpose of this test: > > 0{TAB}0 > > > > and read function is this: > > csvdata = read.csv(file="d:/s/test.csv",head=FALSE,sep="\t") > > > > then error comes: > > > > Error in source("d:/test.csv") : > > d:/test.csv:1:9: unexpected numeric constant > > 1: 0 0 > > > > > > but when I change delim...