read_sql_query | R Documentation |
Send an SQL query to Athena and receive a dataframe.
read_sql_query(sql)
sql |
An SQL query |
Dataframe or tibble if the tibble library is loaded.
`df <- dbtools::read_sql_query('select * from my_db.my_table')`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.