View source: R/file_management.R
build_file_manifest | R Documentation |
This module provides functions and classes for managing files and directories.
build_file_manifest(
image_dir,
exif = TRUE,
out_file = NULL,
offset = 0,
recursive = TRUE
)
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 |
Kyra Swanson 2023 Find Image/Video Files and Gather exif Data
files dataframe with or without file dates
## Not run:
files <- build_file_manifest("C:\\Users\\usr\\Pictures\\")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.