read.o3a: Reads an ".o3a" file into R

View source: R/read.o3a.R

read.o3aR Documentation

Reads an ".o3a" file into R

Description

Reads an ".o3a" file, produced by the OLIS absorbance spectrophotometer, into a R data frame. The temperature data is in the first column of the data frame. The absorbance for each wavelength is stored in columns that named by the absorbance in nm. Example, "x260".

Usage

read.o3a(file)

Arguments

file

Path to a single ".o3a" formatted file.

Value

A data frame containing the data in the "information in the ".o3a" formatted file.


JPSieg/MeltR documentation built on Feb. 4, 2024, 7:10 a.m.