Skip to content

Commit

Permalink
devtools::document()
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Jun 3, 2022
1 parent 9ed4b8a commit ed85cd5
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 13 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export(pred_notna)
export(pred_or)
export(read_camtrap_dp)
export(transform_effort_to_common_units)
export(write_dwc)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
Expand Down
4 changes: 2 additions & 2 deletions R/read_camtrap_dp.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Read camtrap-dp formatted data
#' Read Camtrap DP formatted data
#'
#' This function reads camera trap data formatted following the [Camera Trap
#' Data Package (Camtrap DP)](https://github.com/tdwg/camtrap-dp) format. The
#' Data Package (Camtrap DP)](https://tdwg.github.io/camtrap-dpdp) format. The
#' function is built upon the functions \link[frictionless]{read_package} and
#' \link[frictionless]{read_resource}. This means a.o. that all datetime
#' information included in the camera trap data package is automatically
Expand Down
24 changes: 16 additions & 8 deletions man/filter_predicate.Rd

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

1 change: 0 additions & 1 deletion man/get_species.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/read_camtrap_dp.Rd

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

90 changes: 90 additions & 0 deletions man/write_dwc.Rd

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

0 comments on commit ed85cd5

Please sign in to comment.