List TSP datasets installed locally in the cache.
Value
A tibble with installed dataset information including:
record_id: Zenodo record ID
title: Dataset title
doi: Dataset DOI
installed_at: Installation timestamp
path: Local path to dataset
Examples
if (FALSE) { # \dontrun{
installed_datasets()
} # }