Accessing Databases from R - Meetup

4 downloads 184 Views 1MB Size Report
May 4, 2011 - “LAMP” = Linux + Apache + MySQL + PHP ... Advanced functions available to read schema definitions, han
useR Vignette:

Accessing , password="testpass") [...] > dbDisconnect(con)

useR Vignette: Accessing , password="testpass") dbWriteTable(con, 'motortrend', mtcars) dbDisconnect(con)

useR Vignette: Accessing Databases from R

Greater Boston useR Meeting, May 2011

Slide 11