I'm trying to create the Spectra object (.RData), just like suggested on ChemoSpec.pdf (see the code below), and I get an error message like this:
"could not find getManyCsv function"
How can I fix it? Any suggestion is appreciated. I have R version 3.1.0 and ChemoSpec version 2.0-2.
Here is the code:
getManyCsv(gr.crit = c("ICLPS", "PEPS"), gr.cols = c("red3", "dodgerblue4"),freq.unit = "ppm", int.unit = "peak intensity", descrip = "PS Study",out.file = "PS")
Cheers,
Awel