appendData: Load data from multiple source files.

Description Usage Arguments Details Value

Description

This function calls loadData for multiple input files, appends the results, and updates time stamps as direct in the design.

Usage

1
appendData(paths, loader, design)

Arguments

paths

Source files to load.

loader

Function to use to load the source file.

design

Design object, usually created with loadDesign.

Details

Usually there is no need to call this function directly; use loadExperiment instead.

Several vignettes are included with this package to fully document the options for input files. Run vignette('source-files') for a description of supported input file formats and loader functions.

Value

A validated data.frame with a 'time', 'well', and 'value' column.


whitwort/plateKinetics documentation built on May 4, 2019, 5:23 a.m.