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)

Try the aroma.core package in your browser

Any scripts or data that you put into this service are public.

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.