sql_connect: sql_connect

View source: R/sql.R

sql_connectR Documentation

sql_connect

Description

Connects and disconnects from the SQL database using the tessilake.tessitura connection string in config.yml and updates the Rstudio connection pane

Usage

sql_connect()

sql_disconnect()

Value

invisible NULL

Functions

  • sql_disconnect(): Tear down the SQL connection

Examples

## Not run: 
tessilake:::db$db
sql_connect()
tessilake:::db$db
sql_disconnect()

## End(Not run)

skysyzygy/tessilake documentation built on June 14, 2025, 6:50 p.m.