Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stringr

Matching strings with abbreviations; fuzzy matching

Base R grep-family is much faster than `stringr` variants when dealing with factors

r stringr

Why does R `stringr::str_extract('word. 42', pattern = '\\d*')` not produce `"42"`?

r regex stringr

Mutate changes full column instead of row by row

r regex dplyr stringr

How to extract multiple numbers between a repeating pattern using stringr?

r stringr

Getting the second item after using str_split() in R

r dplyr stringr

How to remove n number of characters of a string in R after a specific character?

r stringr

String replace character with backslash and double quote in a column of an R dataframe

r dplyr tidyverse tidyr stringr

Show adjacent members in a list

r indexing stringr

Add a white-space between number and special character condition R

r regex stringr stringi

Filter according to partial match of string variable in R

r dplyr stringr

String manipulation in mutate with stringr

r dplyr stringr

Remove periods/dots in entire data frame

r dplyr stringr

Order columns based on suffix with dplyr and stringr

Using str_replace_all or gsub (regex) to replace each occurrence of substring with unique substring - R

r regex replace stringr gsub

dplyr::recode in conjunction with stringr::str_detect()

r dplyr tidyverse stringr

Regex: matching multiple patterns and getting middle of string

r regex stringr

R - Find all vector elements that contain all strings / patterns - str_detect grep

r stringr grepl and-operator

Moving data from right to left column in a tibble

r dplyr stringr

Count the maximum of consecutive letters in a string