import_data: Import numeric data from spectrophotometer output.

Description Usage Arguments Value Examples

Description

Imports numeric data from exported output and converts it into long format. Import procedure depends on specified instrument. Calls import_cary_data() or import_synergy4_data().

Usage

1
import_data(filename, instrument = "cary", ...)

Arguments

filename

Filename or pattern for matching multiple filenames.

...

Arguments passed to specific instrument import functions.

instrumet

String specifying instrument. Currently limited to 'Cary Eclipse' or 'cary', 'BioTek Synergy 4' or 'synergy4'.

Value

A data.frame with columns of scan parameters.

Examples

1
# To do

ssokolen/fluoroscripts documentation built on May 30, 2019, 8:43 a.m.