combine_words_regexp: If you want to search for two (or more) words within a string...

View source: R/general_tools.R

combine_words_regexpR Documentation

If you want to search for two (or more) words within a string in any possible order

Description

If you want to search for two (or more) words within a string in any possible order

Usage

combine_words_regexp(words)

Arguments

words

a character vector containing the words you want to look for

Value

a reg exp string


simschul/my.utils documentation built on June 29, 2023, 6:50 a.m.