taxadb_dir | R Documentation |
Show the taxadb directory
taxadb_dir()
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)
.
## show the directory
taxadb_dir()
## Purge the local db
unlink(taxadb::taxadb_dir(), TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.