cam_move: Move files from the camera folders to the location folders...

View source: R/Functions.R

cam_moveR Documentation

Move files from the camera folders to the location folders and rename images automatically

Description

This function takes the images assigned to each camera and copies them to the folder of the location at which the camera was setup. For this, the 'Deployments.csv' file has to be duly filled out.

Usage

cam_move(project = NULL, overwrite = F, date_format = NULL, tz = "UTC")

Arguments

project

character. Directory to the project folder.

overwrite

logical. In case the renamed file already exists in the locations folders. Should it be overwritten?

date_format

character. Format in which the dates in the 'Deployments.csv' file are entered. If not provided, it will be guessed.

tz

character. Time zone of the dates. Set to UTC by default.

Examples

Coming

DavidDHofmann/cameratrapr documentation built on Dec. 9, 2022, 8:24 a.m.