# \dontshow{
options(gmax.processes = 2)
# }
gdb.init_examples()
# get all track names
gtrack.ls()
# get track names that match the pattern "den*"
gtrack.ls("den*")
# get track names whose "created.by" attribute match the pattern
# "create_sparse"
gtrack.ls(created.by = "create_sparse")
# get track names whose names match the pattern "den*" and whose
# "created.by" attribute match the pattern "track"
gtrack.ls("den*", created.by = "track")
Run the code above in your browser using DataLab