PostrgresAdpReadConnection: Connecting to the database Postgres (Adp database)

Description Usage Value See Also Examples

Description

Creates connection to the database (Adp database). To connect the function uses Renviron (read more ReadRemoteEnvironment)

Usage

1

Value

None

See Also

ReadRemoteEnvironment

Examples

1
2
3
4
adp <- PostrgresAdpReadConnection()
query <- 'SELECT * FROM table LIMIT 1'
campaigns <- dbGetQuery(adp, query)
dbDisconnect(adp)

ValeraKaravai/bunny documentation built on May 9, 2019, 9:42 p.m.