Reading IRMS data filesThese functions provide the core functionality for the package. They parse the raw isotope ratio mass spectrometry data files. |
|
---|---|
Load continuous flow data |
|
Load dual inlet data |
|
Load scan data |
|
|
Re-read iso_files |
Data wrangelingThese functions provide tools to easily filter files and update file information. The package also provides a few functions that expand on useful text processing provided by the readr package (summarized in |
|
Add additional file information |
|
Rename file info columns |
|
Select file info columns |
|
Mutate file info |
|
Parse file info |
|
Set iso file directory root |
|
Filter iso_files |
|
Overview of text data extraction functions |
|
Extract a substring from text |
|
Extract words from text |
|
Data unitsThese functions provide tools to work easily with numbers that have units associated with them. |
|
Generate values with units |
|
Check if a value has units |
|
Retrieve number units |
|
Strip units from variables |
|
Make units explicit |
|
Make units implicit |
|
Format values |
|
Aggregating the dataThese functions aggregate the data collected from one or many IRMS data files. |
|
Get data summary |
|
Aggregate all isofiles data |
|
Aggregate file info |
|
Aggregate raw data |
|
Aggregate background data |
|
Aggregate vendor computed table data |
|
Aggregate resistors from methods info |
|
Aggregate standards from methods info |
|
Exporting/saving data: Feather, Excel, and R Data StorageThese functions provide tools to save the data to specific file formats. |
|
Save data to R Data Storage (.rds) |
|
Export data to Excel |
|
Export to feather |
|
Package information and default parametersThese functions provide information about the package capabilities, easy access to example files, and ways to set default parameters across the package. |
|
Supported file types |
|
|
Example files |
Turn caching on/off |
|
Cleanup cached files |
|
|
Control information messages |
Set default read options |
|
Get the current default parameters |
|
Dealing with read problems |
|
Problem Functions Overview |
|
Check for parsing problems |
|
Retrieve a summary of the problems |
|
Retrieve parsing problems |
|
Filter out problematic files |
|
File system functionsFunctions to find IRMS data files and root file paths. |
|
Expand file paths |
|
Root paths |
|
Find roots for absolute paths |
|
Shorten relative paths |
|
Low-level IO, debugging, and development toolsSee the advanced vignette for details. |
|
Core function to read isotope data files |
|
|
Register file readers |
|
Isoreader data structure functions |
|
Debugging functions |
Throw source file operation error with useful debugging information for the file type. |
|
|
Get source file and structure |
Read individual iso file |
|
Re-read iso_files |
|
Set temporary option |
|
|
Isofile printing |
vec_arith for iso_double_with_units |
|
vec_cast for iso_double_with_units |
|
vec_ptype2 for iso_double_with_units |
|
Deprecated |
|
|
These functions have been deprecated and will be removed in future versions of isoreader. |