transformssd: Transforming hexadecimal data from .ssd file to a readable...

Description Usage Arguments Value Examples

View source: R/transformssd.R

Description

This function will transform your .txt file created from the .ssd file into a data frame. This data frame will contain the sample date and kcps values for each element for one sample.

Usage

1
transformssd(hex_data)

Arguments

hex_data

The character string with your hexadecimal data, read into R with the readLines() function.

Value

description The function creates a data frame showing kcps values for each element for the sample.

Examples

1
2
3
4
5
## Not run: 
string <- readLines("sample_hex.txt")
sample.df <- transformssd(hex_data = string)

## End(Not run)

agryt/xrfr documentation built on May 13, 2021, 8:24 p.m.