search for: testtab

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

Did you mean: testlab
2007 Jun 20
2
"xtable" results doesn't correspond to data.frame
Dear useRs, Am trying to use xtable on the following data.frame and I don't get what I expect: example.table <- data.frame(rbind( c("Gender"," "," "," "), cbind(rep(" ",2),c("Male","Female"),c(3.0,4.0),c(3/7,4/7)) )) colnames(example.table) <- c(" "," ","number of
2009 Nov 24
0
Install RPostgreSQL (Mac OSX 10.6)
...pq, bug I don't have any clue how to fix this. What can I do? 2) Once this issue is solved, should this code work? drv <- dbDriver("PostgreSQL") con <- dbConnect(drv,user="postgresql",password=password,dbname="DB") dbSendQuery(con,"create table testTab as select * from Tab") dbDisconnect(con) dbUnloadDriver(drv) Thanks, Tom trying URL 'http://cran.ch.r-project.org/src/contrib/RPostgreSQL_0.1-6.tar.gz' Content type 'application/x-gzip' length 141399 bytes (138 Kb) opened URL ==========================================...