Skip to contents

List the taxonomic snapshots available from the taxadb repository

Usage

list_snapshots(db = td_connect())

Arguments

db

a connection from td_connect()

Value

a data.frame with one row per published Parquet file, giving its version, schema, provider and uri.

Details

Requires network access. Results are cached for the session.

Examples

if (FALSE) { # \dontrun{
list_snapshots()
} # }