doc_properties {officer} | R Documentation |
Read document properties
Description
Read Word or PowerPoint document properties and get results in a data.frame.
Usage
doc_properties(x)
Arguments
x |
an |
Value
a data.frame
See Also
Other functions for Word document informations:
docx_bookmarks()
,
docx_dim()
,
length.rdocx()
,
set_doc_properties()
,
styles_info()
Other functions for reading presentation informations:
annotate_base()
,
color_scheme()
,
layout_properties()
,
layout_summary()
,
length.rpptx()
,
plot_layout_properties()
,
slide_size()
,
slide_summary()
Examples
x <- read_docx()
doc_properties(x)
[Package officer version 0.6.6 Index]