read_exif: Read EXIF Metadata

View source: R/exif.R

read_exifR Documentation

Read EXIF Metadata

Description

read_exif reads EXIF metadata from JPEG files, returning it as a data.frame.

Usage

read_exif(files)

Arguments

files

a vector of files to read in.

Value

a data.frame, with each row consisting of the metadata for one file in files. Absent values are represented by an empty string for character columns, and 0 for numeric columns.

Examples

# A simple example using included images
file <- system.file("extdata/dog_test_img.jpg", package="exif")
file_metadata <- read_exif(file)


exif documentation built on Nov. 30, 2025, 5:06 p.m.