powered by
which(..., arr.ind = TRUE)
row specifications
where(expr)
expr
TRUE
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