taxadb (version 0.2.1)

td_disconnect: Disconnect from the taxadb database.

Description

Disconnect from the taxadb database.

Usage

td_disconnect(db = td_connect())

Arguments

db

database connection

Details

This function manually closes a connection to the taxadb database.

Examples

Run this code
# \donttest{

## Disconnect from the database:
td_disconnect()

# }

Run the code above in your browser using DataLab