##exif A package for reading EXIF metadata into R
EXIF metadata provides information about the nature of a JPEG image(usually a photograph) including camera make and model, f-stop, the ISOspeed, the length of the exposure, the lens used, and the timestamp theimage was taken at. Theexif package allows you to readthis information into R. It is fully vectorised and based on compiledcode.
Unfortunately itdoes require C++11, so will only work onthe latest (3.1+) versions of R. You’ve been warned.
While we’re waiting for CRAN to approve:
devtools::install_github("ironholds/exif")