.github/issue_template.md

Issue Description

Reproducible Example

<!-- Please include a small code example, if you can please use open source data i.e. iris, mtcars etc... To demostrate your issue.

If you struggle with markdown and formatting please use the:

reprex package to help install.packages("reprex")

https://github.com/tidyverse/reprex#what-is-a-reprex

Example: ```r library(RAthena) library(DBI) con <- dbConnect(RAthena::athena(), profile_name = "rathena")

dbWriteTable(con, "mtcars", mtcars, s3.location = Sys.getenv("my_s3_bucket"))

dbGetQuery(con, "select mpg, cyl, disp, hp from mtcars")


**NOTE:** Please don't include your AWS credentials!
-->
<details>
<summary>Session Info</summary>

```r
devtools::session_info()
#> output



DyfanJones/RAthena documentation built on Feb. 13, 2024, 7:52 a.m.