tbl_remove_rows_*
|
tbl_remove_rows_greater_than_or_equal_any()
|
Remove rows with greater than or equal 'cutoff' in any numeric column |
tbl_remove_rows_less_than_or_equal_any()
|
Remove rows with less than or equal 'cutoff' in any numeric column |
tbl_remove_rows_greater_than_or_equal_all()
|
Remove rows with greater than or equal 'cutoff' in all numeric columns |
tbl_remove_rows_less_than_or_equal_all()
|
Remove rows with less than or equal 'cutoff' in all numeric columns |
tbl_remove_rows_zero_all()
|
Remove rows having all values are 0. |
tbl_remove_rows_zero_any()
|
Remove rows having atleast one 0 |
tbl_remove_rows_NA_all()
|
Remove rows having all NA |
tbl_remove_rows_NA_any()
|
Remove rows having atleast one NA |