Description Usage Arguments Examples
View source: R/update_photos.R
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.
1 2 3 4 5 6 7 | update_photos(
directory_to_drive,
year_for_photos,
photos_to_upload,
raw_photo_location,
renamed_photo_location
)
|
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 |
1 | update_photos(directory_to_drive, year_for_photos, photos_to_upload, raw_photo_location, renamed_photo_location)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.