View source: R/missingValuesFilter.R
getNumberOf | R Documentation |
Returns the number of lines, in a given column, where content matches the prefix.
getNumberOf(obj, name = NULL, prefix = NULL)
obj |
An object of class |
name |
The name of a column. |
prefix |
A string |
An integer
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') getNumberOf(Exp1_R25_pept[1:100], "Potential_contaminant", "+")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.