src - dplyr src objects
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"), ...)
path | (character) path to SQLite database. by default
we use the function |
---|---|
... | Further args passed on to |
an src object
if (FALSE) { # src_itis() # src_tpl() # src_col() # src_gbif() # src_ncbi() # src_wikidata() # src_wfo() }