collar_history: Conversion of adult capture data into capture history data

Description Usage Arguments Value Examples

Description

Convert capture data into a record of every serial number and start and end dates of every individual captured

Usage

1
collar_history(capdat, df)

Arguments

capdat

data.frame with all the capture information

df

format of CaptureDate and MortalityDate

Value

Returns a data.frame with start and end date of every individual serial number along with an assigned animal ID)

Examples

1
Hist<-collar_history(capdat = data.frame(capdat), df = '%m/%d/%Y')

MovingUngulate/DEERP documentation built on May 3, 2019, 8:34 p.m.