View source: R/taxadb_source.R
| latest_version | R Documentation |
The most recent taxadb snapshot version
latest_version(db = td_connect())
db |
a connection from |
Versions are ordered as version numbers, not as strings. This
matters: as strings "22.12" sorts after "2026", so a plain max()
would make an archival release from 2022 the default for every query once
it was published.
the latest available version, as a character string
## Not run:
latest_version()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.