python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unexpected behavior by str_remove_* in stringr package
So I am working on a set of very simple tasks which widely use stringr. One task is to remove a specific pattern from a string.
Below is a toy sample which contains columns temp and current_house. I w...

Francesco Grossetti
Votes: 0
Answers: 1
R: extract dates and numbers from PDF
I'm really struggling to extract the proper information from several thousands PDF files from NTSB (some Dates and numbers to be specific); these PDFs don't require to be OCRed and each report is almo...

Andrei Niță
Votes: 0
Answers: 1
How to extract using REGEX in R for a ]
I have a column that has many rows.
the column has a value like
[Testing Data 123-INDEPENDENCE, MO] 99 *2-5PLT
I want to write str_extract to extract everything after ]
so the output should be 99 *2-5...
AJAY
Votes: 0
Answers: 3