View source: R/reactivatecattle.R
| reactivatecattle | R Documentation | 
This function reactivates individual or groups of cattle that have previously been removed from a station on the DataMuster MongoDB database. If you need assistance please email info@datamuster.net.au to seek help or suggest improvements.
reactivatecattle(
  RFID,
  MTag,
  property,
  paddock,
  date = NULL,
  username = NULL,
  password = NULL
)
| RFID | a list of cattle RFID number/s | 
| MTag | a list of cattle MTag number/s | 
| property | the name of the property to search for | 
| paddock | the name of the paddock to search for | 
| date | the date that the animal left the station 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 | 
a message that indicates that the cattle has been successfully reactivated and that the RFID tag number has been successfully updated
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.