The goal of ctrecurrent is to transform the camera trap data into a format suitable for recurrent event analysis. It contains the function ct_to_recurrent
to do so, requiring a dataframe with the following information for each observation:
You can install the development version of ctrecurrent from the R-cran or from GitHub with:
# install.packages("devtools")
devtools::install_github("adibender/ctrecurrent")