doc_properties
From officer v0.3.15
by David Gohel
read document properties
read Word or PowerPoint document properties and get results in a data.frame.
Usage
doc_properties(x)
Arguments
- x
an
rdocx
orrpptx
object
Value
a data.frame
See Also
Other functions for Word document informations:
docx_bookmarks()
,
docx_dim()
,
length.rdocx()
,
set_doc_properties()
,
styles_info()
Examples
# NOT RUN {
x <- read_docx()
doc_properties(x)
# }
Community examples
Looks like there are no examples yet.