AthenaWriteTables       Convenience functions for reading/writing DBMS
                        tables
Query                   Execute a query on Athena
RAthena-package         RAthena: a DBI interface into Athena using
                        Boto3 SDK
RAthena_options         A method to configure RAthena backend options.
assume_role             Assume AWS ARN Role
athena                  Athena Driver
backend_dbplyr_v1       Athena S3 implementation of dbplyr backend
                        functions (api version 1).
backend_dbplyr_v2       Athena S3 implementation of dbplyr backend
                        functions (api version 2).
dbClearResult           Clear Results
dbColumnInfo            Information about result types
dbConnect,AthenaDriver-method
                        Connect to Athena using python's sdk boto3
dbConvertTable          Simple wrapper to convert Athena backend file
                        types
dbDataType,AthenaDriver,ANY-method
                        Determine SQL data type of object
dbDisconnect            Disconnect (close) an Athena connection
dbExistsTable           Does Athena table exist?
dbFetch                 Fetch records from previously executed query
dbGetInfo               Get DBMS metadata
dbGetPartition          Athena table partitions
dbGetQuery              Send query, retrieve results and then clear
                        result set
dbGetStatement          Get the statement associated with a result set
dbGetTables             List Athena Schema, Tables and Table Types
dbHasCompleted          Completion status
dbIsValid               Is this DBMS object still valid?
dbListFields            List Field names of Athena table
dbListTables            List Athena Tables
dbQuote                 Quote Identifiers
dbRemoveTable           Remove table from Athena
dbShow                  Show Athena table's DDL
dbStatistics            Show AWS Athena Statistics
db_compute              S3 implementation of 'db_compute' for Athena
db_connection_describe
                        S3 implementation of 'db_connection_describe'
                        for Athena (api version 2).
db_copy_to              S3 implementation of 'db_copy_to' for Athena
db_desc                 S3 implementation of 'db_desc' for Athena (api
                        version 1).
dbplyr_edition          Declare which version of dbplyr API is being
                        called.
install_boto            Install Amazon SDK boto3 for Athena connection
session_token           Get Session Tokens for Boto3 Connection
sqlCreateTable          Creates query to create a simple Athena table
sqlData                 Converts data frame into suitable format to be
                        uploaded to Athena
sql_translate_env       AWS Athena backend dbplyr version 1 and 2
work_group              Athena Work Groups
