Returns a list of the working database and all loaded datasets.
Examples
dataset_path <- gdataset.example_path()
gdataset.load(dataset_path)
gdataset.ls()
#> [1] "/tmp/RtmpLRFtNu/trackdb/test"
#> [2] "/tmp/RtmpLRFtNu/misha_dataset_1b2e4bc00a7c"
gdataset.unload(dataset_path)