powered by
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"), ...)
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"), ...)
an src object
(character) path to SQLite database. by default we use the function db_path() to get the path
db_path()
Further args passed on to DBI::dbConnect()
DBI::dbConnect()
if (FALSE) { src_itis() src_tpl() src_col() src_gbif() src_ncbi() src_wikidata() src_wfo() }
Run the code above in your browser using DataLab