View source: R/old_code/bluehill_functions.2.R View source: R/bluehill_functions.R
bh_read_study | R Documentation |
Read a set of tests (specimens), given their filenames. Will add a unique (to this study) testID to each test.
bh_read_study(files)
files |
a list of file names/paths to read into the study. |
a list containing two data.table
s
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.