-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#' 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} | ||
#' @seealso \url{https://github.com/moj-analytical-services/Rdbtools} | ||
#' | ||
#' @docType package | ||
#' @name dbtools | ||
NULL | ||
#> NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.