Learn R Programming

animl (version 1.1.0)

buildFileManifest: Extract exif Data and Create File Manifest

Description

Extract exif Data and Create File Manifest

Usage

buildFileManifest(imagedir, exif = TRUE, offset = 0, outfile = NULL)

Value

files dataframe with or without file modify dates

Arguments

imagedir

file path

exif

returns date and time information from exif data, defaults to true

offset

add offset to videos, defaults to 0

outfile

file path to which the data frame should be saved

Examples

Run this code
if (FALSE) {
files <- extractFiles("C:\\Users\\usr\\Pictures\\")
}

Run the code above in your browser using DataLab