| taxref_download | R Documentation |
Download taxonomic databases
taxref_download_eurosl(version = "latest", verbose = TRUE, overwrite = FALSE)
taxref_download_germansl(version = "1.5", 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
[.my_cache]
## Not run:
# EuroSL
taxref_download_eurosl()
src_eurosl()
# GermanSL
taxref_download_germansl()
taxref_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.