Search code examples
If there is a certain value in one column use str_remove to the other column...


rif-statementstringr

Read More
replacing NA values using stringr...


rdataframestringr

Read More
extracting city and state information from a google street address...


rregexdataframetidyversestringr

Read More
Remove a word and exactly one word before it...


rregexstringr

Read More
Extract text between matching parentheses...


rregexextractstringr

Read More
Replace everything after word given in the other column...


rstringr

Read More
Remove one word if it appears in the string with other...


rstringr

Read More
Extract n characters after pattern in string in R...


rregexstringstringr

Read More
How to move characters inside brackets to another part of a string?...


rregextidyversedata-cleaningstringr

Read More
How to extract 2nd dates of a column of strings?...


rregexstringr

Read More
Remove numbers and commas inside parenthesis (regex)...


rregexstringr

Read More
Replace multiple strings in column names of r...


rstringrgsubr-colnames

Read More
How to render "${" with R str_interp?...


rstringrstring-interpolation

Read More
Remove special characters in rows in a Data Frame...


rregexstringr

Read More
str_replace_all with multiple vector patterns...


rreplacestringr

Read More
Preprocessing strings using stringr function...


rstringstringrdata-preprocessing

Read More
Extracting multiple chunks of string between patterns...


rstringrstring-matching

Read More
extract pattern using stringr...


rregexstringr

Read More
Extract and append unknown number of data.table columns under one new column name in R...


rdata.tableapplylapplystringr

Read More
In R, I want to prevent long labels from ruining the image by using '\n'...


rdataframeggplot2stringrradix

Read More
str_replace in same column for multiple replacements - dplyr, stringr...


rdplyrreplacestringr

Read More
Match vector of substrings with corresponding element in vector of strings...


rstringrgrepl

Read More
Regex for at least one instance of each of a list of letters?...


rregextidyversestringr

Read More
Get last element from str_split...


rregexstringr

Read More
How to replace characters in a string one at a time generating new string for each replacement?...


rstringstringr

Read More
Extracting numeric values from square brackets in R...


rstringr

Read More
How can I filter a vector based on regex list in R?...


rstringr

Read More
R str_split_i inside ifelse with two conditions...


rdplyrstringrstrsplit

Read More
Why does grepl work but not str_detect for mutate depending on row value?...


rstringrgrepl

Read More
How to quickly iterate over rows in a very large dataframe to apply str_split and extract second las...


rdataframevectorizationstringr

Read More
BackNext