bh_read_study: Read a set of tests (specimens), given their filenames. Will...

View source: R/old_code/bluehill_functions.2.R View source: R/bluehill_functions.R

bh_read_studyR Documentation

Read a set of tests (specimens), given their filenames. Will add a unique (to this study) testID to each test.

Description

Read a set of tests (specimens), given their filenames. Will add a unique (to this study) testID to each test.

Usage

bh_read_study(files)

Arguments

files

a list of file names/paths to read into the study.

Value

a list containing two data.tables headers holding any headers, indexed by testID and data containing the data rows for all of the files specified. Only returns bh_options$min_columns as all tests need to have the same columns to be collected into a table. Each specimen has a unique ID in column testID, the same as headers.


yadbor/bluer documentation built on Jan. 31, 2023, 7:44 p.m.