View source: R/col_str_reshape.R
filter_any | R Documentation |
Filter any rows that meeting requirements
filter_any(dt, operator, cutoff_value)
dt |
input data.table |
operator |
operator should be one of l, g. l means less than, g means greater than. |
cutoff_value |
threshold value |
fitlered data table
data("dt_values") dataMojo::filter_any(dt_values, operator = "l", .1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.