build_file_manifest: File Management Module

View source: R/file_management.R

build_file_manifestR Documentation

File Management Module

Description

This module provides functions and classes for managing files and directories.

Usage

build_file_manifest(
  image_dir,
  exif = TRUE,
  out_file = NULL,
  offset = 0,
  recursive = TRUE
)

Arguments

image_dir

folder to search through and find media files

exif

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

out_file

directory to save .csv of manifest to

offset

add offset in hours for videos when using the File Modified date, defaults to 0

recursive

Should directories be scanned recursively? Default TRUE

Details

Kyra Swanson 2023 Find Image/Video Files and Gather exif Data

Value

files dataframe with or without file dates

Examples

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

## End(Not run)

icr-ctl/animl documentation built on July 5, 2025, 6:44 a.m.