Re: [R] Pulling data from remote MySQL database

2011-06-21 Thread HARROLD, Tim
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of David A. Johnston Sent: Wednesday, 22 June 2011 8:22 AM To: r-help@r-project.org Subject: Re: [R] Pulling data from remote MySQL database Hi Joseph, I know that the RMySQL and RODBC packages allow you to pull

Re: [R] Pulling data from remote MySQL database

2011-06-21 Thread David A. Johnston
Hi Joseph, I know that the RMySQL and RODBC packages allow you to pull the result of a MySQL query into a data.frame within R. I like RODBC because you can access many different flavors of RDBMS's. -David Johnston -- View this message in context: http://r.789695.n4.nabble.com/Pulling-data-f

[R] Pulling data from remote MySQL database

2011-06-21 Thread Joseph McPhail
Hello Fellow R Programmers, Do any of you have experience with pulling data from a remote MySQL database? My company is spreadout across the country with my analysts in one state any my data scrappers in another. Any assistance would be useful. If you are particularly qualified with this sort of t