Description Usage Arguments Value Examples
Append unique animals IDs created from CollarHistory function to capture database.
| 1 | 
| capdat | path to capture database | 
| capturedate | name of column with capture date | 
| mortalitydate | name of column with mortality date | 
| colhist | data.frame created from CollarHistory function | 
| fileout | path to file and name of file where appended database shoudl be stored | 
Returns a data.frame with original capture data.frame and a column appended with UAID
| 1 | DBWithAID<-AppendAID(capdat = 'C:/Users/khuggler/Box Sync/DEER/Data/CleanDatabase/DB_WithAID_02082019.csv', capturedate = "CaptureDate", mortalitydate = "MortalityDate", 'dateformat = "%m/%d/%Y', colhist = ColHist, fileout = 'C:/Users/khuggler/Box Sync/DEER/Data/CleanDatabase/DB_WithAID_02082019.csv')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.