[R] [R-pkgs] Bidirectional piping in windows

2010-05-17 Thread Matt Young
Lot of examples for one way pipes, but I need to create some named pipes from R to another process, especially SQLite. I am look at the R/SQLite packages for help. ANy pointers? ___ R-packages mailing list r-packa...@r-project.org https://stat.ethz.ch/

[R] sprintf funny behavior

2010-05-11 Thread Matt Young
> sprintf("%d",4) [1] "4" > for(i in 1:4) sprintf("%d",4) > for(i in 1:4) print(4) [1] 4 [1] 4 [1] 4 [1] 4 > Why doesn't sprintf like the for loop here __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

[R] What is happening with SQLite and R integration

2010-05-10 Thread Matt Young
Who is working on it, using it etc. I use both. -- View this message in context: http://r.789695.n4.nabble.com/What-is-happening-with-SQLite-and-R-integration-tp2173219p2173219.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r