String extract and replace to get a specific result
|
|
7
|
203
|
October 24, 2024
|
Efficient equivalent to str_replace_all with a named vector for duckdb?
|
|
1
|
129
|
October 2, 2024
|
Substring matching with `str_split_1()` within `mutate()` throws an error
|
|
4
|
206
|
August 29, 2024
|
Why a regular expression dont make match?
|
|
3
|
132
|
August 17, 2024
|
[Arrow] str_detect and arrow_match_substring_regex automatically pulling into R
|
|
2
|
188
|
November 7, 2024
|
Extracting string before and including the first appearance of a word (str_extract)
|
|
3
|
197
|
July 30, 2024
|
[Dplyr + Tidyr] "Filling" Different Columns rowwise() with mutate without a loop
|
|
7
|
226
|
July 23, 2024
|
[dplyr + stringr] Filter by list of starts_with wildcards
|
|
11
|
728
|
October 17, 2024
|
Extracting Data from PDF file with uneven whitespaces and data
|
|
4
|
280
|
July 16, 2024
|
How to force` str_replace_all` to replace a whole decimal number, not part of it?
|
|
10
|
409
|
June 26, 2024
|
PCRE for stringr regex like grep or sub?
|
|
3
|
497
|
March 28, 2024
|
Trying to loop over list of patterns in str_detect( )
|
|
2
|
959
|
February 26, 2024
|
Case study/data set for stringr and lubridate (R Studio)?
|
|
1
|
371
|
February 11, 2024
|
What is the correct approach to scraping expandable lists and storing them in a table?
|
|
5
|
748
|
February 4, 2024
|
Leaving words that start with capital letters in an excel file with lots of rows
|
|
5
|
490
|
January 16, 2024
|
Handling non-English data
|
|
3
|
383
|
January 18, 2024
|
str_match_all, str_sub, str_replace_all
|
|
5
|
635
|
November 29, 2023
|
Remove NA values in a nested column using stringr? Remove empty values in a nested column?
|
|
2
|
601
|
November 26, 2023
|
Use String to determine value in corresponding column
|
|
2
|
519
|
November 3, 2023
|
options(stringr.html = TRUE) not working
|
|
2
|
340
|
November 24, 2023
|
str_extract_all getting stuck
|
|
5
|
526
|
November 14, 2023
|
Str_Split with double periods
|
|
3
|
377
|
August 30, 2023
|
how to extract time difference?
|
|
7
|
438
|
September 1, 2023
|
Max or sum across with a condition for str_detect plus general expressions and recoding issues
|
|
10
|
861
|
August 2, 2023
|
Extract the First ID
|
|
4
|
602
|
June 15, 2023
|
How to create new values based on an original column and rename them in a new column
|
|
2
|
958
|
June 14, 2023
|
Extract string till delimiter
|
|
2
|
589
|
June 7, 2023
|
Remove one word when it appears in the sentence with other word no matter in what order they go or how many words there are between them
|
|
5
|
805
|
April 17, 2023
|
using dot-dot-dot (`...`) with `str_replace_all()`
|
|
3
|
792
|
April 16, 2023
|
Renaming multiple columns with certain regex pattern? rename + across + str_extract?
|
|
7
|
3318
|
March 8, 2023
|