'cutoff' in any numeric columnR/tbl_remove_rows.R
tbl_remove_rows_greater_than_or_equal_any.RdRemove rows with greater than or equal 'cutoff' in any numeric column from a tbl.
tbl_remove_rows_greater_than_or_equal_any(tbl, cutoff)
| tbl | a tbl. |
|---|---|
| cutoff | numeric value to be used as |
a tbl.