View source: R/misa_read_files.R
finding_o2Column | R Documentation |
This function looks for the oxygen data column in a data frame by column name
finding_o2Column(dataFrame, tryO2 = c("o2", "oxygen", "ox", "sauerstoff"))
dataFrame |
The data frame where the column is searched |
tryO2 |
A vector with patterns possible patterns of columnnames with oxygen data (not case sensitive) |
A vector with column numbers of oxygen columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.