Gathering call of some methods according to some boolean activations

getDatasetReports(
  history_id,
  dataset_id,
  server,
  api_key,
  with_dataset_provenance = FALSE,
  follow = FALSE,
  brut = FALSE
)

Arguments

history_id

History id, optional (if missing, get it from data_id)

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')

server

Siwaa server url

api_key

Available Siwaa API KEY

with_dataset_provenance

to choose to have dataset_provenance. 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.