Skip to contents

Get URLs to dependencies of datasets for investigating data provenance. See vignette("Provenance") for an illustration. See iidda-staging for information on IIDDA identifiers. If you do not have access to this link, please contact the maintainer.

Usage

url_scans(
  scan_ids,
  dataset_ids = character(),
  metadata = ops_staging$metadata(dataset_ids = dataset_ids)
)

url_digitizations(
  digitization_ids,
  dataset_ids = character(),
  metadata = ops_staging$metadata(dataset_ids = dataset_ids)
)

url_affected_scripts(
  digitization_id,
  dataset_ids = character(),
  metadata = ops_staging$metadata(dataset_ids = dataset_ids)
)

Arguments

scan_ids

Character vector of identifiers for scans.

dataset_ids

Identifiers for datasets that will restrict the search for dependencies to metadata for these datasets.

metadata

List of IIDDA DataCite metadata over a collection of datasets.

digitization_ids

Character vector of identifiers for digitizations.

digitization_id

Single digitization identifier.

Functions

  • url_scans(): Convert scan identifiers into URLs that link to associated scans (typically PDF files).

  • url_digitizations(): Convert digitization identifiers into URLs that link to associated digitizations (typically Excel files).

  • url_affected_scripts(): Returns URLs to all prep scripts that could have their output modified if the identified digitization were modified.