Skip to contents

Extract a downloaded dataset zipfile

Usage

rb_dataset_extract(
  dataset,
  base_path = datastore_get_path(),
  overwrite = FALSE
)

Arguments

base_path

Path to the directory where the zipfile will be extracted.

overwrite

If TRUE, overwrite the existing directory.

ID

The dataset ID

Value

The path to the extracted directory.