I have several Office files (Word, PowerPoint, Excel) and I need to get the document properties (for instance, title, subject, creator, keywords, lastModifiedBy, date created, etc.) from R.
I have used the package officer, which is giving me this information for Word and PowerPoint files, but not for Excel files. I use:
Error in doc_properties(exc1) : x should be a rpptx or rdocx object.
Is there any other R package to get document properties for Excel files?
Are there any other R packages to get document properties for Word, PowerPoint and Excel files, in a similar way to the officer package?
Thank you zoowalk, but that option does not give the information I need (it seems that the only info it gives is the name of the file, but not the properties of the file).
I need to have the core properties of the file.
Do you have more suggestions?
The doc_properties output is giving the document properties that I need for Word and PowerPoint files, but unfortunately it does not work for Excel files.