CRDSutils | R Documentation |
Tools for processing and managing water isotope data from Picarro CRDS instruments.
In addition to package installation, you will need to set up several files and directories used by the tools. The basic structure is described below.
dataPath directory: A local system folder within which all coordinator data files for CRDS runs are available.
The tools look for the coordinator file for a given run in the instrument directory “dataPath/instrument/”, where “instrument” is the name of the CRDS instrument, formatted as written in the coordinator data file names (e.g., “HIDS2046”).
Each instrument directory must also contain a subdirectory “dataPath/instrument/runfiles” with appropriately formatted .csv files containing the sample IDs.
refFile: A .csv file accessible on the system that contains the IDs and known values for reference waters and values for QA parameters.
ioPath directory: A local system folder within which all reports will be written and read. It should contain the following subdirectories:
CRDS_liquidH2O: .html and .xlsx data report files will be written to and read from this folder.
Data_reports: Formatted data reports for analytical jobs will be written here into subdirectories with names matching the style
argument of report
.
NEON_shipping: Contains NEON shipping manifest files. Processed receipt files will be output to a subdirectory named “Processed”. Only required for SIRFER lab contract work using “neon*” functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.