taxadb_dir: Show the taxadb directory

View source: R/taxadb_dir.R

taxadb_dirR Documentation

Show the taxadb directory

Description

Show the taxadb directory

Usage

taxadb_dir()

Details

NOTE: after upgrading duckdb, a user may need to delete any existing databases created with the previous version. An efficient way to do so is unlink(taxadb::taxadb_dir(), TRUE).

Examples

## show the directory
taxadb_dir()
## Purge the local db
unlink(taxadb::taxadb_dir(), TRUE)


taxadb documentation built on March 31, 2023, 10:20 p.m.