src_taxizedb {taxizedb} | R Documentation |
src - dplyr src objects
Description
src - dplyr src objects
Usage
src_itis(path = db_path("itis"), ...)
src_tpl(path = db_path("tpl"), ...)
src_col(path = db_path("col"), ...)
src_gbif(path = db_path("gbif"), ...)
src_ncbi(path = db_path("ncbi"), ...)
src_wikidata(path = db_path("wikidata"), ...)
src_wfo(path = db_path("wfo"), ...)
Arguments
path |
(character) path to SQLite database. by default
we use the function |
... |
Further args passed on to |
Value
an src object
Examples
## Not run:
# src_itis()
# src_tpl()
# src_col()
# src_gbif()
# src_ncbi()
# src_wikidata()
# src_wfo()
## End(Not run)
[Package taxizedb version 0.3.1 Index]