filter_by_words_in_str: Loop a filter over words in a string This function splits a...

Description Usage Arguments

View source: R/deprecated2.R

Description

Loop a filter over words in a string This function splits a string based on the provide split argument, and recursively filters a dataframe for those words at a given column.

Usage

1
filter_by_words_in_str(string, split, dataframe, col)

Arguments

string

string of words or other tokens to loop the filter over

split

split argument for the strsplit function applied to the string parameter

dataframe

input data

col

column to filter against


meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.