td_disconnect {taxadb} | R Documentation |
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
## Disconnect from the database:
td_disconnect()
[Package taxadb version 0.2.1 Index]