latest_version: The most recent taxadb snapshot version

View source: R/taxadb_source.R

latest_versionR Documentation

The most recent taxadb snapshot version

Description

The most recent taxadb snapshot version

Usage

latest_version(db = td_connect())

Arguments

db

a connection from td_connect()

Details

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.

Value

the latest available version, as a character string

Examples

## Not run: 
latest_version()

## End(Not run)

taxadb documentation built on Aug. 31, 2026, 5:07 p.m.