Access and Query Amazon Athena via the Tidyverse
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
596 B

#' 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 DBI dbplyr
#' @importFrom dplyr tbl
#' @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