Description Usage Arguments Value Examples
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.
1 | transformssd(hex_data)
|
hex_data |
The character string with your hexadecimal data, read into R with the readLines() function. |
description The function creates a data frame showing kcps values for each element for the sample.
1 2 3 4 5 | ## Not run:
string <- readLines("sample_hex.txt")
sample.df <- transformssd(hex_data = string)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.