Description Usage Arguments Details Examples
This is a function for easy import of data from the Spectrophotometer (JASCO Corp., V-560, Rev. 1.00)
1 |
file |
full path to .txt file |
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'.
1 2 | file <- system.file("extdata", "1.txt" , package = "jasco2", mustWork = TRUE)
jasco_read(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.