DyfanJones / RAthena

Connect R to Athena using Boto3 SDK (DBI Interface)
https://dyfanjones.github.io/RAthena/
Other
35 stars 6 forks source link

S3 uri #23

Closed DyfanJones closed 4 years ago

DyfanJones commented 4 years ago

enabled default method for s3.location in dbWriteTable. Now data can be sent to Athena with the follow command:

library(DBI)

con <- dbConnect(RAthena::athena())

dbWriteTable(con, "iris", iris)

This should make it easier for users and look more familiar to other databases when using DBI