gdataset.unload: Unload a dataset from the namespace

View source: R/dataset.R

gdataset.unloadR Documentation

Unload a dataset from the namespace

Description

Removes all tracks and intervals from a previously loaded dataset. If a track was shadowing another, the shadowed track becomes visible again.

Usage

gdataset.unload(path, validate = FALSE)

Arguments

path

Path to a previously loaded dataset

validate

If TRUE, error if path is not currently loaded; otherwise silently no-op

Value

Invisible NULL

See Also

gdataset.load, gdataset.ls

Examples



dataset_path <- gdataset.example_path()
gdataset.load(dataset_path)
gdataset.unload(dataset_path, validate = TRUE)


misha documentation built on Jan. 28, 2026, 1:07 a.m.