CloseRAM: A function to close connection to the RAM legacy DB

Description Usage Arguments Details Examples

Description

A function to close connection to the RAM legacy DB

Usage

1
CloseRAM(con.drv = NULL)

Arguments

con.drv

a list containing a non-expired connection to and driver for RAM legacy DB

Details

closes databse connection using DBI-compliant connection via RPostgreSQL package

Examples

1
2
3
4
5
6
## Not run: 
## make a connection
c <- ConnectRAM() #running without argumetns requires RAM.auth list set as global option
CloseRAM(c)

## End(Not run)

ashander/RAMlegacyr documentation built on May 12, 2019, 4:41 a.m.