| td_create | R Documentation |
Superseded by td_download().
td_create(
provider = getOption("taxadb_default_provider", "itis"),
schema = c("dwc", "common"),
version = latest_version(),
overwrite = FALSE,
lines = NULL,
dbdir = NULL,
db = td_connect()
)
provider |
a character vector of provider(s) to download. See
|
schema |
One of "dwc" (for Darwin Core data) or "common" (for the Common names table.) |
version |
Which version of the taxadb provider database should we use?
defaults to latest. See |
overwrite |
passed to |
lines |
deprecated, ignored. |
dbdir |
deprecated, ignored. |
db |
a connection to the taxadb database. See details. |
taxadb no longer needs to import data before querying it:
tables are read directly from Parquet, streamed from remote storage or
from a local copy. td_create() is retained as an alias for
td_download(), which installs a local copy.
the local paths of the downloaded files, invisibly.
## Not run:
td_create("itis")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.