Search code examples
How to extract multiple numbers between a repeating pattern using stringr?...


rstringr

Read More
Replace multiple patterns with different replacements in R...


rreplacestringr

Read More
Regex that extracts values between specific characters at beginning and end of string...


regexstringrgsub

Read More
How do I extract a file/folder_name only from a path?...


rstringr

Read More
How to create a column that calculates the difference between two columns for a series of rows that ...


rdplyrgroup-bystringrmutate

Read More
How can I extract some information from variable labels using map and str_remove_all in R...


rreplacepurrrstringr

Read More
How can I parse out city and country information from a messy and non-uniform partial address column...


rstringrfuzzyjoin

Read More
How do I fix 'mutate()' error in simple 'stringr' regex code...


rregexdplyrstringrmutate

Read More
How would I go about splitting a string of values that contains both x and y coordinates into two su...


stringsplitstringr

Read More
gsub() in R is not replacing '.' (dot)...


rregexgsubstringr

Read More
Same code (using R's dplyr, stringr, and sf) produces different results when using different pac...


rdplyrversionstringrr-sf

Read More
Removing duplicates inside the nested lists of a tibble column in R...


rlistduplicatesstringrtibble

Read More
Splitting a dataframe string column based on number of characters in string into multiple different ...


rdataframesplittidyrstringr

Read More
Expand a range of values given as a string to a comma separated string of values...


rstringrmutate

Read More
How to fix slope calculation in stat_poly_eq?...


rggplot2stringrggrepelggpmisc

Read More
Is there a way to replace a group of strings with another group if strings via dplyr and stringr...


rdplyrtidyversestringr

Read More
How to extract a part of the filename from the `read.table` command and define as a new column...


rstringr

Read More
How to identify all country names mentioned in a string and split accordingly?...


rmapsstringr

Read More
str_detect for multiple patterns...


stringr

Read More
Remove the remainder of a string after a certain 'phrase' in a string (R)...


rstringrgsub

Read More
Regex for " last, first" names in r...


regexstringstringr

Read More
rename columns in R using str_replace_all for more than two string types...


rdplyrreplacestringr

Read More
Filter by multiple patterns with filter() and str_detect()...


rstringrtidyversestringi

Read More
Selecting longest string from each value of table column...


rstringrdata-wrangling

Read More
Writing a function that reads both column y and text "y" in str_remove...


rstringfunctiondplyrstringr

Read More
extract info from file name function stringr::str_split_n not exist...


rstringr

Read More
Efficient way to add numbers to alphanumeric strings in R...


rstringtidyrstringr

Read More
Extract substring after varying condition...


rstringsubstringstringr

Read More
Extracting substring with regex in r, output list with matrix...


rregexstringr

Read More
Removing duplicates based on 3-4 columns (dplyr)...


rdplyrtidyrlubridatestringr

Read More
BackNext