search for: faciliy

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

Did you mean: facility
2004 May 24
1
RMySQL problem
Hi, I'm using R 1.9.0 with RMySQL 0.5-4 and MySQL 3.23.55 on a suse 8.2 box. I have a simulation study and (as usual for newbies in simulation, I guess) I have a lot of data that I want to store in MySQL. I want to write an R script that reads data from RData files and writes it to a MySQL database. I read some R documents (R Data Import/Export and DSC papers) but I'm finding
2004 May 25
0
RMySQL problem - SOLVED
...> >>> > >>> Regards > >>> > >>> EJ > >>> > >>> On Mon, 2004-05-24 at 22:44, David James wrote: > >>>> Hi, > >>>> > >>>> The method for dbWriteTable() uses the MySQL bulk loading faciliy > >>>> "LOAD DATA LOCAL INFILE" to efficiently upload a file into the > >>>> server. So you should be able to issue something like > >>>>> sim.result <- big.simulation(...) > >>>>> dbWriteTable(con, "table_name&quo...