Access and Query Amazon Athena via DBI/JDBC
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

30 satır
781 B

5 yıl önce
Package: metis.lite
7 yıl önce
Type: Package
Title: Access and Query Amazon Athena via DBI/JDBC
5 yıl önce
Version: 0.3.0
Date: 2019-02-14
6 yıl önce
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
5 yıl önce
comment = c(ORCID = "0000-0001-5670-2640"))
6 yıl önce
)
7 yıl önce
Maintainer: Bob Rudis <bob@rud.is>
Encoding: UTF-8
6 yıl önce
Description: Methods are provides to connect to 'Amazon' 'Athena', lookup schemas/tables,
perform queries and retrieve query results. A lightweight 'RJDBC' implementation
is included along with additional helpers for 'dplyr'/'dplyr' suppprt.
SystemRequirements: JDK 1.8+
5 yıl önce
License: MIT + file LICENSE
7 yıl önce
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
RJDBC
Imports:
rJava,
7 yıl önce
DBI,
5 yıl önce
bit64,
dbplyr,
aws.signature
5 yıl önce
RoxygenNote: 6.1.1