get_wowdata: Retrieve WoW information from the DataMuster MongoDB...

View source: R/get_wowdata.R

get_wowdataR Documentation

Retrieve WoW information from the DataMuster MongoDB database.

Description

This function provides a search tool to retrieve WoW information from the WoWData collection in the DataMuster MongoDB database. If you need assistance please email info@datamuster.net.au to seek help or suggest improvements.

Usage

get_wowdata(
  RFID = NULL,
  location = NULL,
  minwt = NULL,
  start = NULL,
  end = NULL,
  timezone = NULL,
  username = NULL,
  password = NULL
)

Arguments

RFID

a list of cattle RFID number/s

location

the filename of the ALMS to search for

start

a start date and time to be returned in datetime format, default is “2014-09-01 00:00:00”

end

an end date and time to be returned in datetime format, default is today’s date and time

timezone

the timezone, default is "Australia/Brisbane"

username

required for access. Please email info@datamuster.net.au to acquire a username.

password

required for access. Please email info@datamuster.net.au to acquire a password.

Value

a dataframe of cattle RFID numbers and associated WoW information

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.