Skip to contents

Get the local path to an installed dataset.

Usage

get_dataset_path(record_id)

Arguments

record_id

Zenodo record ID

Value

Path to dataset directory, or NULL if not installed

Examples

if (FALSE) { # \dontrun{
get_dataset_path(415123)
} # }