Description Usage Arguments Value
View source: R/base_functions.R
get EXIF data from image and video files in a given directory
1 2 | getEXIFData(EXIFDir = getwd(), tz = Sys.timezone(), offset = 0,
verbose = FALSE)
|
EXIFDir |
character, a |
tz |
character, see OlsonNames: a valit time zone designator, will be used ot fix EXIF timestamps accordin ti the time zone where the camera trap operated. |
offset |
numeric, a time offset in hours (decimal hours) that will be algebtically added to EXIF timestamps. Use with care. |
verbose |
logical, |
a dataframe containing file names (Raw.Names
), a timestamp (Photo.Time
), the type of file (Photo.Type
, and the "camera directory" where each file is stored (Sampling.Event
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.