powered by
This is a simple wrapper around which(..., arr.ind = TRUE), for use in row specifications.
which(..., arr.ind = TRUE)
where(expr)
An R expression
A matrix of row and column indices of cells where expr is TRUE.
expr
TRUE
# NOT RUN { ht <- hux(a = 1:3, b = 4:6, add_colnames = TRUE) where(ht > 2) where(is_a_number(ht)) # }
Run the code above in your browser using DataLab