R/trackId.R

setGeneric("trackId", function(x) {
  standardGeneric("trackId")
})
setMethod("trackId",
  signature = ".MoveTrackStack",
  definition = function(x) {
    return(slot(x, "trackId"))
  }
)
setMethod("trackId",
  signature = ".unUsedRecordsStack",
  definition = function(x) {
    return(slot(x, "trackIdUnUsedRecords"))
  }
)

Try the move package in your browser

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

move documentation built on July 9, 2023, 6:09 p.m.