Skip to contents

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

if (FALSE) { # \dontrun{
tessilake:::db$db
sql_connect()
tessilake:::db$db
sql_disconnect()
} # }