Skip to contents

List TSP datasets installed locally in the cache.

Usage

installed_datasets()

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()
} # }