db_download | R Documentation |
Download taxonomic databases
db_download_eurosl(version = "latest", verbose = TRUE, overwrite = FALSE)
db_download_germansl(version = "latest", verbose = TRUE, overwrite = FALSE)
version |
(character) desired version number of the list |
verbose |
(logical) Print messages. Default: 'TRUE' |
overwrite |
(logical) If 'TRUE' force an update by overwriting previously downloaded data. Default: 'FALSE' |
Downloads sql database, cleans up unneeded files, returns path to sql file
(character) path to the downloaded SQL database
[tdb_cache]
## Not run:
# EuroSL
# db_download_eurosl()
# src_eurosl()
# GermanSL
# db_download_germansl()
# db_download_germansl(overwrite=TRUE) # overwrite - download again
# src_germansl()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.