| taxa_tbl | R Documentation | 
Return a reference to a given table in the taxadb database
taxa_tbl(
  provider = getOption("taxadb_default_provider", "itis"),
  schema = c("dwc", "common"),
  version = latest_version(),
  db = td_connect()
)
provider | 
 from which provider should the hierarchy be returned?
Default is 'itis', which can also be configured using   | 
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 tl_import for details.  | 
db | 
 a connection to the taxadb database. See details.  | 
  
  ## default schema is the dwc table
  taxa_tbl()
  ## common names table
  taxa_tbl(schema = "common")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.