Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesFilter.R
This function returns the indice of the lines to delete, based on a prefix string
1 2 3 4 5 6 | NumericalgetIndicesOfLinesToRemove(
obj,
name = NULL,
value = NULL,
operator = NULL
)
|
obj |
An object of class |
name |
The name of the column that correspond to the data to filter |
value |
xxxx |
operator |
A xxxx |
A vector of integers.
Samuel Wieczorek
1 2 | utils::data(Exp1_R25_pept, package='DAPARdata')
NumericalgetIndicesOfLinesToRemove(Exp1_R25_pept, "A_Count", value="6", operator='==')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.