update_photos: Ingest New Photos and Rename in the Research Drive

Description Usage Arguments Examples

View source: R/update_photos.R

Description

Determine which photos are new, copy them to the raw folder, and then rename them in the research drive. Code will not run if the proper folder hierarchy is not in place.

Usage

1
2
3
4
5
6
7
update_photos(
  directory_to_drive,
  year_for_photos,
  photos_to_upload,
  raw_photo_location,
  renamed_photo_location
)

Arguments

directory_to_drive

folder for the research drive

year_for_photos

breeding season year

photos_to_upload

folder where SD card photos are added

raw_photo_location

folder where new photos will be copied

renamed_photo_location

folder where photos are renamed for annotation in ViXeN

Examples

1
update_photos(directory_to_drive, year_for_photos, photos_to_upload, raw_photo_location, renamed_photo_location)

jaymwin/nestboxphotos documentation built on Jan. 10, 2020, 1:50 a.m.