td_disconnect {taxadb} | R Documentation |
Disconnect from the taxadb database.
td_disconnect(db = td_connect())
db |
database connection |
This function manually closes a connection to the taxadb
database.
## Disconnect from the database:
td_disconnect()