Skip to contents

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

# \donttest{

## Disconnect from the database:
td_disconnect()

# }