All Questions
1 question
0
votes
1
answer
585
views
"subscript out of bounds" error in str_extract_all
I am trying extract date information from multiple text files using str_extract_all. If I do a single file, it works fine. But, when I put it in for loop, it gives me this error.
I have already tried ...