'cutoff' in all numeric columnsR/tbl_keep_rows.R
tbl_keep_rows_greater_than_or_equal_all.RdKeep rows with greater than or equal 'cutoff' in all numeric columns from a tbl.
tbl_keep_rows_greater_than_or_equal_all(tbl, cutoff)
| tbl | a tbl. |
|---|---|
| cutoff | numeric value to be used as |
a tbl.