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