int_read_many: Import and read all files of a certain type in a chosen...

View source: R/int_read_many.R

int_read_manyR Documentation

Import and read all files of a certain type in a chosen folder

Description

This function accepts a folder location, reads in all files in that directory, and averages them.

Usage

int_read_many(location, Averaging = 1, checkTxt = "", label = "Mean")

Arguments

location

the FOLDER path containing multiple scans.

Averaging

averages by X wavelengths. Default 1.

checkTxt

if your folder contains non-data files, you have to apply a check text to make sure you only read the ones you want.

label

The name of the "business" column, which accompanies your Wavelength.


poales/integratingSphere documentation built on Oct. 6, 2022, 3:34 p.m.