How to create new values based on an original column and rename them in a new column
|
|
1
|
75
|
May 24, 2023
|
Extract string till delimiter
|
|
1
|
89
|
April 26, 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
|
180
|
April 17, 2023
|
using dot-dot-dot (`...`) with `str_replace_all()`
|
|
3
|
158
|
April 16, 2023
|
Renaming multiple columns with certain regex pattern? rename + across + str_extract?
|
|
7
|
214
|
March 8, 2023
|
Converting undelimited text file into data frame / Converting character vector with missing data (different lengths) into data frame
|
|
3
|
181
|
March 11, 2023
|
How to bind the files in the filelist
|
|
6
|
280
|
February 8, 2023
|
Frustation with messy string data - Need to extract all patterns into new columns
|
|
4
|
185
|
January 3, 2023
|
str_replace_all on "[" character
|
|
3
|
147
|
December 28, 2022
|
Vertical bar ( | ) is matching with every string
|
|
3
|
234
|
January 26, 2023
|
Select specific string by regular expresion
|
|
3
|
157
|
December 21, 2022
|
Regex and stringr: detect non alphanumeric character plus -
|
|
5
|
638
|
November 12, 2022
|
Problem getting stringr replace_all to work
|
|
7
|
346
|
October 27, 2022
|
How can I recode values according to strings
|
|
2
|
198
|
December 7, 2022
|
Problems using gsub
|
|
3
|
241
|
December 5, 2022
|
How do I subset a data frame according to specific strings?
|
|
3
|
223
|
December 5, 2022
|
Iterate replace_all() over columns
|
|
2
|
300
|
October 21, 2022
|
scramble data with tidyverse
|
|
3
|
313
|
October 19, 2022
|
Replace chunks of string based on a lookup table
|
|
5
|
504
|
October 10, 2022
|
delimited quoted string for query criteria
|
|
3
|
234
|
October 14, 2022
|
str_detect question
|
|
2
|
203
|
October 5, 2022
|
Error using str_replace_all and str_squish
|
|
3
|
544
|
September 30, 2022
|
creating new variables from long texts using vectors or dictionaries
|
|
3
|
241
|
September 29, 2022
|
Measure of importance of a task using NLP
|
|
1
|
223
|
October 27, 2022
|
Concatenate multiple character values in a vector under a condition & apply computation on it
|
|
5
|
239
|
September 22, 2022
|
How to insert characters into strings
|
|
3
|
1280
|
September 18, 2022
|
Extract string among 3 patterns stringr
|
|
3
|
342
|
August 26, 2022
|
Separate csv with commas but not names with comma
|
|
9
|
1171
|
September 7, 2022
|
how to split the column element with customed regular in r
|
|
3
|
310
|
August 18, 2022
|
how to change strings separated by "/" and space to comma separated character vectors
|
|
2
|
329
|
July 31, 2022
|