Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

315 filter deployments filter observations filter media #318

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Config/testthat/edition: 3
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -33,6 +36,9 @@ export(read_camtrapdp)
export(read_wi)
export(round_coordinates)
importFrom(camtrapdp,example_dataset)
importFrom(camtrapdp,filter_deployments)
importFrom(camtrapdp,filter_media)
importFrom(camtrapdp,filter_observations)
importFrom(camtrapdp,read_camtrapdp)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
Expand Down
17 changes: 16 additions & 1 deletion R/camtrapdp-reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,19 @@ camtrapdp::read_camtrapdp
#' @importFrom camtrapdp example_dataset
#' @export
#' @family sample data functions
example_dataset <- memoise::memoise(camtrapdp::example_dataset)
example_dataset <- memoise::memoise(camtrapdp::example_dataset)

#' @importFrom camtrapdp filter_deployments
#' @export
#' @family filter functions
camtrapdp::filter_deployments

#' @importFrom camtrapdp filter_media
#' @export
#' @family filter functions
camtrapdp::filter_media

#' @importFrom camtrapdp filter_observations
#' @export
#' @family filter functions
camtrapdp::filter_observations
3 changes: 2 additions & 1 deletion man/apply_filter_predicate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/filter_predicate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/get_custom_effort.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading