motusListSensorDeps: return a list motus sensor deployments for a project

View source: R/motusListSensorDeps.R

motusListSensorDepsR Documentation

return a list motus sensor deployments for a project

Description

return a list motus sensor deployments for a project

Usage

motusListSensorDeps(projectID = NULL, ...)

Arguments

projectID:

integer; motus internal project ID

...:

additional parameters to motusQuery()

Value

the list of sensor deployments for this project; a data.frame with these columns:

  • id

  • serno

  • receiverType

  • deviceID

  • macAddress

  • status

  • deployID

  • name

  • fixtureType

  • latitude

  • longitude

  • isMobile

  • tsStart

  • tsEnd

  • projectID

  • elevation

  • antennas; a list column, whose elements are themselves data.frames giving antenna deployments for each receiver

or NULL if there are no deployments for this project.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.