buildFileManifest {animl}R Documentation

Extract exif Data and Create File Manifest

Description

Extract exif Data and Create File Manifest

Usage

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

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

Value

files dataframe with or without file modify dates

Examples

## Not run: 
files <- extractFiles("C:\\Users\\usr\\Pictures\\")

## End(Not run)

[Package animl version 1.1.0 Index]