Produces a drawable.list object, for tk.browse and browsePlot input.
drawable.list(files = character(0), objects = NULL, hidden = FALSE, warn = TRUE)A drawable.list object.
Character vector, path and names of the files holding the drawables object (with .rdt or .rds extensions, see saveRDT and saveRDS for further details). Can contain NA values, but providing a path allows updates to be saved.
List of drawable-inheriting objects to include in the list. If NULL, objects will be extracted from files, else a list with as many elements as files is required.
Logical vector, whether to show tracks in tk.browse and browsePlot or not (this choice is not definitive). Recycled if necessary.
Single logical value, to be passed to the appropriate check method.
Sylvain Mareschal
drawable.list-class, drawable-class, tk.browse, browsePlot