expunge_names: Returns a character vector with the string pattern within the...

View source: R/expunge_names.R

expunge_namesR Documentation

Returns a character vector with the string pattern within the expunge_str removed from names_str if they existed.

Description

Returns a character vector with the string pattern within the expunge_str removed from names_str if they existed.

Usage

expunge_names(names_str, expunge_str = c(), lower = TRUE)

Arguments

names_str

character vector with names to be filtered

expunge_str

character vector with names to be expunged

lower

logical TRUE if names_str is to be turned to lower case


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.