Skip to contents

Open a browser at the locations of the dependencies associated with a set of datasets.

Usage

browse_pipeline_dependencies(
  dataset_ids,
  dependency_types = c("IsCompiledBy", "IsDerivedFrom", "References"),
  metadata = iidda.api::ops_staging$metadata(dataset_ids = dataset_ids)
)

Arguments

dataset_ids

Character vector of dataset identifiers.

dependency_types

Vector of types of dependencies to browse. Possible values include "IsCompiledBy", "IsDerivedFrom", and "References".

metadata

Optional list giving dataset metadata. The default uses the IIDDA API, which requires the internet.