String extract and replace to get a specific result
|
|
0
|
6
|
October 4, 2024
|
Efficient equivalent to str_replace_all with a named vector for duckdb?
|
|
1
|
44
|
October 2, 2024
|
Substring matching with `str_split_1()` within `mutate()` throws an error
|
|
4
|
135
|
August 29, 2024
|
Why a regular expression dont make match?
|
|
3
|
105
|
August 17, 2024
|
[Arrow] str_detect and arrow_match_substring_regex automatically pulling into R
|
|
1
|
105
|
August 9, 2024
|
Extracting string before and including the first appearance of a word (str_extract)
|
|
3
|
148
|
July 30, 2024
|
[Dplyr + Tidyr] "Filling" Different Columns rowwise() with mutate without a loop
|
|
7
|
169
|
July 23, 2024
|
[dplyr + stringr] Filter by list of starts_with wildcards
|
|
10
|
425
|
July 19, 2024
|
Extracting Data from PDF file with uneven whitespaces and data
|
|
4
|
223
|
July 16, 2024
|
How to force` str_replace_all` to replace a whole decimal number, not part of it?
|
|
10
|
343
|
June 26, 2024
|
PCRE for stringr regex like grep or sub?
|
|
3
|
429
|
March 28, 2024
|
Trying to loop over list of patterns in str_detect( )
|
|
2
|
812
|
February 26, 2024
|
Case study/data set for stringr and lubridate (R Studio)?
|
|
1
|
317
|
February 11, 2024
|
What is the correct approach to scraping expandable lists and storing them in a table?
|
|
5
|
630
|
February 4, 2024
|
Leaving words that start with capital letters in an excel file with lots of rows
|
|
5
|
402
|
January 16, 2024
|
Handling non-English data
|
|
3
|
318
|
January 18, 2024
|
str_match_all, str_sub, str_replace_all
|
|
5
|
520
|
November 29, 2023
|
Remove NA values in a nested column using stringr? Remove empty values in a nested column?
|
|
2
|
534
|
November 26, 2023
|
Use String to determine value in corresponding column
|
|
2
|
432
|
November 3, 2023
|
options(stringr.html = TRUE) not working
|
|
2
|
311
|
November 24, 2023
|
str_extract_all getting stuck
|
|
5
|
472
|
November 14, 2023
|
Str_Split with double periods
|
|
3
|
348
|
August 30, 2023
|
how to extract time difference?
|
|
7
|
395
|
September 1, 2023
|
Max or sum across with a condition for str_detect plus general expressions and recoding issues
|
|
10
|
742
|
August 2, 2023
|
Extract the First ID
|
|
4
|
551
|
June 15, 2023
|
How to create new values based on an original column and rename them in a new column
|
|
2
|
900
|
June 14, 2023
|
Extract string till delimiter
|
|
2
|
530
|
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
|
752
|
April 17, 2023
|
using dot-dot-dot (`...`) with `str_replace_all()`
|
|
3
|
727
|
April 16, 2023
|
Renaming multiple columns with certain regex pattern? rename + across + str_extract?
|
|
7
|
2621
|
March 8, 2023
|