R package hySpc.read.jdx is a member of the r-hyperspec
packages family. It import files written in the Joint Committee on Atomic and Molecular Physical Data Data Exchange format (JCAMP-DX). The imported data are returned as hyperSpec
objects. A wrapper for the readJDX
package.
There are two versions of hySpc.read.jdx online documentation:
The documentation of the other r-hyperspec
family packages can be found at r-hyperspec.github.io.
Issues, bug reports and feature requests should go to an appopriate package’s repository:
NOTE: this package is not relesed yet!
When available, you can install the released version of hySpc.read.jdx from CRAN with:
install.packages("hySpc.read.jdx")
The recommended way to install the in-development version:
repos <- c("https://r-hyperspec.github.io/pkg-repo/", getOption("repos"))
install.packages("hySpc.read.jdx", repos = repos)