powered by
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)
Invisible NULL
Path to a previously loaded dataset
If TRUE, error if path is not currently loaded; otherwise silently no-op
gdataset.load, gdataset.ls
gdataset.load
gdataset.ls
# \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