jasco_read: jasco_read

Description Usage Arguments Details Examples

View source: R/import.R

Description

This is a function for easy import of data from the Spectrophotometer (JASCO Corp., V-560, Rev. 1.00)

Usage

1

Arguments

file

full path to .txt file

Details

Output is a tidy tibble containing a Set_ID (date-time of record), an Exp_ID (basename of provided file), the instrument name and the actual data, which is a Absorbance reading 'Absorbance' as a function of time 'Time_s'.

Examples

1
2
file <- system.file("extdata", "1.txt" , package = "jasco2", mustWork = TRUE)
jasco_read(file)

mirkko-hub/jasco2 documentation built on Jan. 1, 2021, 2:53 p.m.