View source: R/missingValuesFilter.R
NumericalgetIndicesOfLinesToRemove | R Documentation |
This function returns the indices of the lines to delete, based on a prefix string
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
data(Exp1_R25_pept, package="DAPARdata")
NumericalgetIndicesOfLinesToRemove(Exp1_R25_pept[seq_len(100)], "A_Count",
value = "6", operator = "==")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.