Skip to contents

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 db_path() to get the path

...

Further args passed on to DBI::dbConnect()

Value

an src object

Examples

if (FALSE) { # \dontrun{
src_itis()
src_tpl()
src_col()
src_gbif()
src_ncbi()
src_wikidata()
src_wfo()
} # }