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

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

Examples


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