which_true_onwards {hutilscpp} | R Documentation |
At which point are all values true onwards
Description
At which point are all values true onwards
Usage
which_true_onwards(x)
Arguments
x |
A logical vector. |
Value
The position of the first TRUE
value in x
at which all
the following values are TRUE
.
Examples
which_true_onwards(c(TRUE, FALSE, TRUE, TRUE, TRUE))
[Package hutilscpp version 0.10.5 Index]