View source: R/data_manipulation_functions.R
filter_list_column | R Documentation |
Filter List Column This function filters a list column in the input data. Rows are kept if all items in the values are in the supplied column.
filter_list_column(data, column, values)
data |
A Tibble |
column |
A string, that is the name of a column in the data |
values |
A list of values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.