Description Usage Arguments Examples
View source: R/list_col_funs.r
This filter works for a list column by creating an intermediary logical vector.
1 | filter_list_col(.data, column, items)
|
column |
the list column |
items |
a list of items to look for in the list column |
df |
dataframe with a list column |
1 2 3 4 5 6 | related_pages <-
filter_list_col(
.data = pages_df,
column = taxons,
items = taxon_group
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.