powered by
Filter any rows that meeting requirements
filter_any(dt, operator, cutoff_value)
fitlered data table
input data.table
operator should be one of l, g. l means less than, g means greater than.
threshold value
data("dt_values") dataMojo::filter_any(dt_values, operator = "l", .1)
Run the code above in your browser using DataLab