Skip to content

Commit

Permalink
Roxygenise
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnPallemaerts committed May 27, 2024
1 parent 52ae09c commit 9712906
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
4 changes: 1 addition & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Generated by roxygen2: do not edit by hand


export(download_media)
export(check)
export(colcompare)

export(download_media)
importFrom(magrittr,"%>%")
12 changes: 12 additions & 0 deletions R/drg_example.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#' drg_example
#'
#' Subset of Drongengoed Agouti export for testing of functions
#'
#' @format datapackage
#' \describe{
#' \item{deployments}{Lijst van geselecteerde deployments}
#' \item{observations}{Observaties van de geselecteerde deployments}
#' \item{media}{Lijst van media-urls van de geselecteerde deployments}
#' }
#' @source <https://www.agouti.eu>
"drg_example"
24 changes: 24 additions & 0 deletions man/drg_example.Rd

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

0 comments on commit 9712906

Please sign in to comment.