filter_list_column: Filter List Column This function filters a list column in the...

View source: R/data_manipulation_functions.R

filter_list_columnR 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.

Description

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.

Usage

filter_list_column(data, column, values)

Arguments

data

A Tibble

column

A string, that is the name of a column in the data

values

A list of values


Sage-Bionetworks/projectlive.modules documentation built on June 26, 2022, 12:16 p.m.