Description Usage Arguments Examples
This function filter a data frame on column named "pro"
| 1 | filterData(dfPro, filter)
 | 
| dfPro | data frame with iBAQ values | 
| filter | character vector with items to remove | 
| 1 2 3 | library(CoFRA)
data(iBAQ)
iBAQ2=filterData(iBAQ,">CON") # filter headers starting with >CON
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.