| gdataset.unload | R Documentation |
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)
path |
Path to a previously loaded dataset |
validate |
If TRUE, error if path is not currently loaded; otherwise silently no-op |
Invisible NULL
gdataset.load, gdataset.ls
dataset_path <- gdataset.example_path()
gdataset.load(dataset_path)
gdataset.unload(dataset_path, validate = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.