local_db_disconnect: Disconnect from the arkdb database.

View source: R/local_db.R

local_db_disconnectR Documentation

Disconnect from the arkdb database.

Description

Disconnect from the arkdb database.

Usage

local_db_disconnect(db = local_db(), env = arkdb_cache)

Arguments

db

a DBI connection. By default, will call local_db for the default connection.

env

The environment where the function looks for a connection.

Details

This function manually closes a connection to the arkdb database.

Examples



## Disconnect from the database:
local_db_disconnect()


ropensci/arkdb documentation built on Jan. 27, 2024, 4:47 p.m.