Description Usage Arguments Value
This function filters a specified column within a dataset where all values of the column are not the specified value from the command line.
1 | try_defilter(., col, val)
|
. |
The dataset |
col |
The name of the column to filter |
val |
The value to filter the column by |
The dataset where rows with values of val in col are removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.