powered by
This is a DBI-compliant interface for the Civis Platform. The DBI connectors for Civis Platform are no longer maintained.
dbi_driver()
# NOT RUN { con <- DBI::dbConnect(dbi_driver(), database = "redshift-general") rs <- DBI::dbSendQuery(con, "SELECT 1") dbFetch(rs) # }
Run the code above in your browser using DataLab