if (FALSE) {
# Note:
# - Require AWS Account to run below example.
# - Different connection methods can be used please see `RAthena::dbConnect` documnentation
library(DBI)
# Demo connection to Athena using profile name
con <- dbConnect(RAthena::athena())
rs <- dbSendQuery(con, "SHOW TABLES in default")
dbGetStatement(rs)
}
Run the code above in your browser using DataLab