Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Apr 26, 2024
1 parent 37babd6 commit 62415e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/download_media.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
#' download_media(dataset = drg,
#' location = "D98_427",
#' start = "16/12/2022",
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures") # If somebody else is testing this: change to your user name
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures")
#'
#' # Situation 2: download only wanted species
#' download_media(dataset = drg,
#' location = "D121_423",
#' start = "25/03/2023",
#' species = "Capreolus capreolus",
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures") # If somebody else is testing this: change to your user name
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures")
#'
#' download_media(dataset = drg,
#' location = "D55_340",
#' end = "27/05/2023",
#' species = "Lepus europaeus",
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures") # If somebody else is testing this: change to your user name
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures")
#'
#' # Situation 3: Try to download species that is not present
#' download_media(dataset = drg,
#' location = "D55_340",
#' end = "27/05/2023",
#' species = "Dama dama",
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures") # If somebody else is testing this: change to your user name
#' outputfolder = "C:/Users/lynn_pallemaerts/Pictures")
#'
#' # cleanup after use
#' remove(drg)
Expand Down
8 changes: 4 additions & 4 deletions man/download_media.Rd

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

0 comments on commit 62415e9

Please sign in to comment.