Learn R Programming

lightr (version 1.0)

lr_parse_procspec: Parse OceanInsight ProcSpec file

Description

Parse OceanInsight (formerly OceanOptics) ProcSpec file. https://www.oceaninsight.com/

Usage

lr_parse_procspec(filename)

Arguments

filename

Path of the file to parse

Value

A list of two elements:

  • a dataframe with columns "wl", "dark", "white", "scope" and "processed", in that order

  • a list with metadata including

References

https://www.oceaninsight.com/support/faqs/software/

Examples

Run this code
# NOT RUN {
lr_parse_procspec(system.file("testdata", "procspec_files",
                              "OceanOptics_Linux.ProcSpec",
                              package = "lightr"))

# }

Run the code above in your browser using DataLab