R/sensor.R

setGeneric("sensor", function(this, ...) standardGeneric("sensor"))
setMethod(
  "sensor", ".MoveTrack",
  function(this, ...) {
    this@sensor
  }
)
setMethod(
  "sensor", ".unUsedRecords",
  function(this, ...) {
    this@sensorUnUsedRecords
  }
)

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.