| get_wowdata | R Documentation | 
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.
get_wowdata(
  RFID = NULL,
  location = NULL,
  minwt = NULL,
  start = NULL,
  end = NULL,
  timezone = NULL,
  username = NULL,
  password = NULL
)
| 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. | 
a dataframe of cattle RFID numbers and associated WoW information
Dave Swain d.swain@cqu.edu.au, Lauren O'Connor l.r.oconnor@cqu.edu.au, and Anita Chang a.chang@cqu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.