-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdbtools.Rd
26 lines (22 loc) · 914 Bytes
/
dbtools.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dbtools.R
\docType{package}
\name{dbtools}
\alias{dbtools}
\title{dbtools: A package for accessing AWS Athena from the Analytical Platform.}
\section{About}{
The dbtools package is used to run SQL queries configured for the
Analytical Platform. This package is a reticulated
wrapper around the Python library pydbtools
which uses AWS Wrangler's Athena module but adds additional functionality
(like Jinja templating, creating temporary tables) and alters some configuration
to our specification.
Alternatively you might want to use
Rdbtools, which has the
advantages of being R-native, so no messing with `reticulate` and Python, and
supporting `dbplyr`. Please note the caveat about support, though.
}
\seealso{
\url{https://github.com/moj-analytical-services/pydbtools}
\url{https://github.com/moj-analytical-services/Rdbtools}
}