View source: R/read_mnirs_helpers.R
| parse_oxysoft_legend | R Documentation |
Legend rows above the numeric header row map column ids to trace names.
Returns a channel list of named mappings c(new_name = "original_col")
plus alias mapping raw trace names to column ids, or NULL when the
legend is missing or malformed.
parse_oxysoft_legend(raw, header_row)
raw |
A raw character data frame from |
header_row |
Integer row index of the numeric data table header. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.