R/AromaNnn.getRootName.R

setMethodS3("getRootName", "AromaTabularBinarySet", function(this, ..., tags="*") {
  getParentName(this, depth=2, tags=tags, ...)
}, protected=TRUE)

setMethodS3("getRootName", "AromaTabularBinaryFile", function(this, ..., tags="*") {
  getParentName(this, depth=2, tags=tags, ...)
}, protected=TRUE)
HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.