diff --git a/NAMESPACE b/NAMESPACE index 6967344b..8e72e97e 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -4,6 +4,9 @@ export(apply_filter_predicate) export(calc_animal_pos) export(check_species) export(example_dataset) +export(filter_deployments) +export(filter_media) +export(filter_observations) export(get_cam_op) export(get_custom_effort) export(get_effort) diff --git a/man/apply_filter_predicate.Rd b/man/apply_filter_predicate.Rd index fd6b6e80..0db71918 100644 --- a/man/apply_filter_predicate.Rd +++ b/man/apply_filter_predicate.Rd @@ -52,6 +52,7 @@ apply_filter_predicate( } \seealso{ Other filter functions: -\code{\link{pred}()} +\code{\link{pred}()}, +\code{\link{reexports}} } \concept{filter functions} diff --git a/man/filter_predicate.Rd b/man/filter_predicate.Rd index 598e0df7..876ae697 100644 --- a/man/filter_predicate.Rd +++ b/man/filter_predicate.Rd @@ -190,6 +190,7 @@ pred_notna("scientificName") } \seealso{ Other filter functions: -\code{\link{apply_filter_predicate}()} +\code{\link{apply_filter_predicate}()}, +\code{\link{reexports}} } \concept{filter functions} diff --git a/man/get_custom_effort.Rd b/man/get_custom_effort.Rd index 5b46a107..0ddd48f8 100644 --- a/man/get_custom_effort.Rd +++ b/man/get_custom_effort.Rd @@ -64,8 +64,8 @@ calculated over all deployments, although filtering predicates can be applied as well. This function calls \code{get_cam_op()} internally. } \examples{ -# A global effort over the entire duration of the project (camera trap data -package) measured in hours +# A global effort over the entire duration of the project (Camera Trap Data +Package) measured in hours get_custom_effort(mica) # Global effort expressed in days diff --git a/man/reexports.Rd b/man/reexports.Rd index 066c73f0..c095b81e 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -4,11 +4,27 @@ \name{reexports} \alias{reexports} \alias{read_camtrapdp} +\alias{filter_deployments} +\alias{filter_media} +\alias{filter_observations} \title{Objects exported from other packages} \seealso{ Other read functions: \code{\link{read_wi}()} + +Other filter functions: +\code{\link{apply_filter_predicate}()}, +\code{\link{pred}()} + +Other filter functions: +\code{\link{apply_filter_predicate}()}, +\code{\link{pred}()} + +Other filter functions: +\code{\link{apply_filter_predicate}()}, +\code{\link{pred}()} } +\concept{filter functions} \concept{read functions} \keyword{internal} \description{ @@ -16,6 +32,6 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{camtrapdp}{\code{\link[camtrapdp]{read_camtrapdp}}} + \item{camtrapdp}{\code{\link[camtrapdp]{filter_deployments}}, \code{\link[camtrapdp]{filter_media}}, \code{\link[camtrapdp]{filter_observations}}, \code{\link[camtrapdp]{read_camtrapdp}}} }}