Sorry about that.
I managed to get the 'tester' document read. I had put .doc instead of .docx. It worked then.
However, I am trying to do the exact same with 'cv' file which is also .docx but I get this error.
tester <-readtext(file = cv)
tester <- file.path(directory,"tester.docx")
tester <- file.path(directory,"cv.docx")
tester <-readtext(file = cv)
directory <-readtext(file = cv)
Error in readtext(file = cv) : object 'cv' not found
tester <- file.path(directory,"tester.docx")
tester <- file.path(directory,"cv.docx")
tester <-readtext(file = cv)
Error in readtext(file = cv) : object 'cv' not found
Any idea why this is happening?
Thanks