loadScans: create a data frame of scan filenames and batch ids.

View source: R/manageScans.R

loadScansR Documentation

create a data frame of scan filenames and batch ids.

Description

This function takes all the scanned image files in a selected folder and returns a dataframe with all file names, their associated batches and letnos.

Usage

loadScans(path = ".")

Arguments

path

character directory or path containing the files of interest

Value

dataframe that report characteristics of each file in the directory of interest

See Also

check.batch

Examples


## Not run: 
scans <- loadScans("I:\\Departments\\Research\\EchinaceaCG2012\\scanExamples")
## End(Not run)


stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.