powered by
Filter all rows that meet requirements with selected columns
filter_all_at(dt, operator, cutoff_value, selected_cols)
filtered data table
input data table
operator should be one of l, or g. l means less than, g means greater than
cutoff value
selected columns from input data table
data("dt_values") dataMojo::filter_all_at(dt_values, operator = "l", .1, c("A1", "A2"))
Run the code above in your browser using DataLab