get_telemetrywarning: Retrieve telemetry warnings from the DataMuster MongoDB...

View source: R/get_telemetrywarning.R

get_telemetrywarningR Documentation

Retrieve telemetry warnings from the DataMuster MongoDB database.

Description

This function provides a search tool to retrieve telemetry warnings from the TelemetryWarnings collection in the DataMuster MongoDB database. It also allows the user to define what fields should be returned. If you need assistance please email info@datamuster.net.au to seek help or suggest improvements.

Usage

get_telemetrywarning(
  property = NULL,
  assetid = NULL,
  lastsignal = NULL,
  resolved = NULL,
  username = NULL,
  password = NULL
)

Arguments

property

the property of the WOW with no telemetry signal

assetid

the asset id of the WOW with no telemetry signal

lastsignal

the last signal of the WOW with no telemetry signal

username

if you don't have a username set up using the dmaccess function you can pass a username, if no value added then the function looks for a value from dmaccess via keyring

password

if you include a username you will also need to add a password contact Lauren O'Connor if you don't have access

Value

a list of cattle RFID numbers with the list of fields defined in the inputs and searched using the search terms

Author(s)

Dave Swain d.swain@cqu.edu.au, Lauren O'Connor l.r.oconnor@cqu.edu.au, and Anita Chang a.chang@cqu.edu.au


PrecisionLivestockManagement/DMMongoDB documentation built on Aug. 22, 2023, 10:57 a.m.