Skip to contents

Load the datapackage.json manifest from an installed dataset.

Usage

load_datapackage(record_id)

Arguments

record_id

Zenodo record ID of an installed dataset

Value

List with datapackage contents

Examples

if (FALSE) { # \dontrun{
manifest <- load_datapackage(415123)
manifest$name
manifest$resources
} # }