calc_almsuse: Calculate cattle ALMS use from the DataMuster MongoDB...

View source: R/calc_almsuse.R

calc_almsuseR Documentation

Calculate cattle ALMS use from the DataMuster MongoDB database.

Description

This function calculates individual or groups of cattle ALMS use using the DataMuster Mongo DB database. If you need assistance please email info@datamuster.net.au to seek help or suggest improvements.

Usage

calc_almsuse(
  property,
  timezone,
  start = NULL,
  end = NULL,
  username = NULL,
  password = NULL
)

Arguments

property

the name of the property

start

a start date to be returned in date format, default is "2014-09-01"

end

an end date to be returned in date format, default is today's date

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 dataframe with a list of the cattle RFID numbers and ALMS use statistics

Author(s)

Dave Swain d.swain@cqu.edu.au and Lauren O'Connor l.r.oconnor@cqu.edu.au


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