Create variable that is 1 if any of chosen variables contain given string in data.table...
Read MoreFilter a list that contain ALL of multiple partial strings in R...
Read MoreR - Is it possible to optimize or streamline multiple calls to grepl()?...
Read MoreCreating columns from unorganized data based on substrings...
Read Moregrepl across multiple, specified columns...
Read MoreR - match strings between two columns...
Read MoreR : Browsing files in a folder and extracting names and data from it...
Read MoreUsing grepl in a nested ifelse statement with other strings...
Read MoreSubsetting a Data Frame based on multiple wildcard criteria in R...
Read MoreApplying grepl to check for match of data table column values with list elements, and adding resulti...
Read MoreExtract characters from a string by a succession of colons...
Read MoreFinding all string matches from another dataframe in R...
Read MoreGathering the correct amount of digits for numbers when text mining...
Read MoreWhat is wrong with my function and for-loop?...
Read MoreRegular expression to look up commercial contracts with a certain structure...
Read MoreFind the words in list of strings...
Read MoreLoop, create new variable as function of existing variable with conditional...
Read MoreReturning the matched string from a grepl match of multiple strings, rather than the logical...
Read MoreCreating Multiple Covariates from Partial Matches of a Character Variable in R...
Read MoreLoss of column names in dataframe...
Read MoreR filter rows based on multiple partial strings applied to multiple columns...
Read MorePOSIX character class does not work in base R regex...
Read MoreRemove all rows with dates containing specific hour:minute...
Read MoreHow do I filter "CUSTOM" out of a string but not "CUSTOMER" in R? Grepl?...
Read Moremutate new column that matches to defined strings...
Read MoreMutate rows based on maching to user defined strings that works universally...
Read MoreGet the indices for which any element of k matches a pattern in x[i] in R...
Read More