View source: R/filter_test_func.R
filter_test_func | R Documentation |
Filter the rows of a dataframe that fail a function applied to a column.
filter_test_func(df, test_col = "path", test_func = terra::rast, ...)
df |
Dataframe |
test_col |
Character name of column in |
test_func |
Name of function to test |
... |
Other arguments passed to |
Filtered df
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.