View source: R/col_str_reshape.R
filter_all_at | R Documentation |
Filter all rows that meet requirements with selected columns
filter_all_at(dt, operator, cutoff_value, selected_cols)
dt |
input data table |
operator |
operator should be one of l, or g. l means less than, g means greater than |
cutoff_value |
cutoff value |
selected_cols |
selected columns from input data table |
filtered data table
data("dt_values") dataMojo::filter_all_at(dt_values, operator = "l", .1, c("A1", "A2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.