I want to parse rtf files from a folder in the rtf files that resulted in errors during the lapply
step.
I am new to using trycatch
, so how can I incorporate it in my code(the lapply
step) to ignore the errors and continue with the parsing of the next rtf file?