close_all_connections: Unset/close all open connections.

View source: R/close_all_connections.R

close_all_connectionsR Documentation

Unset/close all open connections.

Description

This function is meant to be called at the end of a run of the app. It will close all open connections to files or databases. This closes ALL connections. Not just the ones opened by this package.

Usage

close_all_connections()

Value

No return value, called for side effects (see description)

Examples


close_all_connections()

DIZtools documentation built on Sept. 18, 2023, 9:07 a.m.