#' Access and Query Amazon Athena via the Tidyverse
#'
#' Methods are provided to use the 'metis' JDBC/DBI interface via
#' the Tidyverse (e.g. 'dbplyr'/'dplyr' idioms).
#'
#' @md
#' @name metis.tidy
#' @encoding UTF-8
#' @keywords internal
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import metis.jars metis DBI dbplyr
#' @importFrom dplyr tbl db_data_type sql_translate_env
#' @references [Simba Athena JDBC Driver with SQL Connector Installation and Configuration Guide](https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC_2.0.6/docs/Simba+Athena+JDBC+Driver+Install+and+Configuration+Guide.pdf)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.