read_IC | R Documentation |
read_IC()
is designed to obtain the numerical data associated with ion
counts and minimal set meta-data.
read_meta()
can be used to specifically retrieve the meta date
associated with ion count data analysis, thereby loading specifications
related to the optics, the primary and secondary ion beams, and the mass
spectrometer.
read_IC(directory, meta = FALSE, hide = TRUE) read_meta(directory)
directory |
A path or connection to a directory containing raw ion count data txt files. |
meta |
Logical indicating whether to include full meta-data. |
hide |
Logical indicating whether metadata is included as columns
|
Ion count data consists of time-incremented integer values. These functions are currently only supported for data generated by a NanoSIMS50L. Raw ion count data and accompanying is extracted and collated into a single tibble from text files with the extensions .is_txt .chk_is and .stat, respectively. These files can be found in the directories associated with the SIMS measurements.
A tibble::tibble
containing raw ion
count data and metadata.
# Use point_example() to access the examples bundled with this package read_IC(point_example("2018-01-19-GLENDON"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.