|
String extract and replace to get a specific result
|
|
7
|
463
|
October 24, 2024
|
|
Efficient equivalent to str_replace_all with a named vector for duckdb?
|
|
2
|
842
|
December 31, 2024
|
|
Substring matching with `str_split_1()` within `mutate()` throws an error
|
|
4
|
1373
|
August 29, 2024
|
|
Why a regular expression dont make match?
|
|
3
|
439
|
August 17, 2024
|
|
[Arrow] str_detect and arrow_match_substring_regex automatically pulling into R
|
|
2
|
646
|
November 7, 2024
|
|
Extracting string before and including the first appearance of a word (str_extract)
|
|
3
|
476
|
July 30, 2024
|
|
[Dplyr + Tidyr] "Filling" Different Columns rowwise() with mutate without a loop
|
|
7
|
786
|
July 23, 2024
|
|
[dplyr + stringr] Filter by list of starts_with wildcards
|
|
11
|
2968
|
October 17, 2024
|
|
Extracting Data from PDF file with uneven whitespaces and data
|
|
4
|
692
|
July 16, 2024
|
|
How to force` str_replace_all` to replace a whole decimal number, not part of it?
|
|
10
|
884
|
June 26, 2024
|
|
PCRE for stringr regex like grep or sub?
|
|
3
|
894
|
March 28, 2024
|
|
Trying to loop over list of patterns in str_detect( )
|
|
2
|
1882
|
February 26, 2024
|
|
Case study/data set for stringr and lubridate (R Studio)?
|
|
1
|
581
|
February 11, 2024
|
|
What is the correct approach to scraping expandable lists and storing them in a table?
|
|
5
|
1238
|
February 4, 2024
|
|
Leaving words that start with capital letters in an excel file with lots of rows
|
|
5
|
871
|
January 16, 2024
|
|
Handling non-English data
|
|
3
|
594
|
January 18, 2024
|
|
str_match_all, str_sub, str_replace_all
|
|
5
|
1194
|
November 29, 2023
|
|
Remove NA values in a nested column using stringr? Remove empty values in a nested column?
|
|
2
|
1009
|
November 26, 2023
|
|
Use String to determine value in corresponding column
|
|
2
|
878
|
November 3, 2023
|
|
options(stringr.html = TRUE) not working
|
|
2
|
548
|
November 24, 2023
|
|
str_extract_all getting stuck
|
|
5
|
1042
|
November 14, 2023
|
|
Str_Split with double periods
|
|
3
|
553
|
August 30, 2023
|
|
how to extract time difference?
|
|
7
|
704
|
September 1, 2023
|
|
Max or sum across with a condition for str_detect plus general expressions and recoding issues
|
|
10
|
1309
|
August 2, 2023
|
|
Extract the First ID
|
|
4
|
826
|
June 15, 2023
|
|
How to create new values based on an original column and rename them in a new column
|
|
2
|
1287
|
June 14, 2023
|
|
Extract string till delimiter
|
|
2
|
758
|
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
|
1178
|
April 17, 2023
|
|
using dot-dot-dot (`...`) with `str_replace_all()`
|
|
3
|
1183
|
April 16, 2023
|
|
Renaming multiple columns with certain regex pattern? rename + across + str_extract?
|
|
7
|
5438
|
March 8, 2023
|