Skip to content

Commit

Permalink
atlz
Browse files Browse the repository at this point in the history
  • Loading branch information
fabkury committed Dec 20, 2022
1 parent 6433343 commit eeb222f
Show file tree
Hide file tree
Showing 16 changed files with 1,335 additions and 2,088 deletions.
4 changes: 2 additions & 2 deletions docs/aki.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vignette: >
library(knitr)
options(scipen = 5e5)
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
source(paste0(Sys.getenv("HOME"), '/Estudo/Tecnologia/R/espinha/credenciais.R')) # contains cred$pg
library(credx) # contains cred$pg
library(wrap)
```
```{r setup, message = FALSE}
Expand All @@ -20,7 +20,7 @@ library(dplyr)
# Connect to SQL server.
dbcon <- DBI::dbConnect(RPostgres::Postgres(),
host = 'localhost', port = 7654, dbname = 'fort',
host = 'localhost', port = 8765, dbname = 'fort',
user = cred$pg$user, password = cred$pg$pass)
# Call setup_phea so we can use sqlt() and sql0().
Expand Down
Loading

0 comments on commit eeb222f

Please sign in to comment.