Closed damianooldoni closed 4 months ago
They are shortcuts for x$data$deployments, x$data$observations and x$data$media. We need to reexport them from camtrapdp.
x$data$deployments
x$data$observations
x$data$media
Notice also that we should also reexport the accessor functions events() and taxa().
events()
taxa()
locations(), events and taxa have been added as well.
locations()
events
taxa
Done in PR #322
They are shortcuts for
x$data$deployments
,x$data$observations
andx$data$media
. We need to reexport them from camtrapdp.