if (Sys.which("exiftool") != ""){ # only run this example if Exiftool is available
wd_images_ID <- system.file("pictures/sample_images", package = "camtrapR")
exifTagNames(inDir = wd_images_ID)
}
Run the code above in your browser using DataLab