getDatasetReports.Rd
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
)
History id, optional (if missing, get it from data_id)
Dataset id Careful : must not be a dataset_collection id ! (ie 'history_content_type' must value 'dataset' into history content, not 'dataset_collection')
Siwaa server url
Available Siwaa API KEY
to choose to have dataset_provenance. Default value FALSE.
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).
Boolean to force brut format instead of filtered/adapted one
dataset_provenance Dataset provenance information if with_dataset_provenance.