Last chance! 50% off unlimited learning
Sale ends in
read_exif
reads EXIF metadata from JPEG files,
returning it as a data.frame.
read_exif(files)
files
. Absent values are
represented by an empty string for character columns, and 0 for numeric columns.
# A simple example using included images
file <- system.file("extdata/dog_test_img.jpg", package="exif")
file_metadata <- read_exif(file)
Run the code above in your browser using DataLab