I am on R version 3.3.3 using package officer
0.1.1
library(officer)
docx_summary("doc.docx")
Gives this error:
Error: could not find function "docx_summary"
I tried: officer::
and officer:::
but it seems that it is the only missing function.
I tried reinstalling officer
but the function is always missing.