Learn R Programming

misha (version 5.4.0)

gdataset.unload: 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)

Value

Invisible NULL

Arguments

path

Path to a previously loaded dataset

validate

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

See Also

gdataset.load, gdataset.ls

Examples

Run this code
# \dontshow{
options(gmax.processes = 2)
# }

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

Run the code above in your browser using DataLab