ss_read_all_folder: Read in and aggregate all files in the folder

View source: R/ss_read_all_folder.R

ss_read_all_folderR Documentation

Read in and aggregate all files in the folder

Description

Given a file location, reads in all data files and collect them into lists based on file name patterns The patterns are the numeric appendix on all files based on trace number

Usage

ss_read_all_folder(location, ecspattern = "0002", ps2pattern = "0001",
  ps1pattern = "0003", foppattern = "0004")

Arguments

location

The FOLDER location

ecspattern

The default trace number for ECS data

ps2pattern

The default trace number for PS2 data

ps1pattern

The default trace number for PS1 data

foppattern

The default trace number for Fo' data


poales/sharkeySpec documentation built on July 22, 2022, 10:28 a.m.