Returns some reports of a dataset, depending on boolean activations

getSomeDatasetReports(
  env,
  history_id,
  dataset_id,
  v,
  with_dataset_provenance = FALSE,
  follow = FALSE,
  brut = FALSE
)

Arguments

env

Siwaa environment

history_id

History id (required)

dataset_id

Dataset id Careful : must not be a dataset_collection id ! (ie 'history_content_type' must value 'dataset' into history content, not 'dataset_collection')

v

Boolean to choose 'verbose' or 'silent' mode

with_dataset_provenance

Boolean activator. Default value FALSE.

follow

Boolean to choose to recursively fetch dataset provenance information for all inputs and their inputs, etc. Dedicated to with_dataset_provenance case (used only in that case).

brut

Boolean to force brut format instead of filtered/adapted one

Value

dataset_provenance Dataset provenance information if with_dataset_provenance.

history_id History id (for memo)

dataset_id Dataset id (for memo)

message