doc_properties function

Read document properties

Read document properties

Read Word or PowerPoint document properties and get results in a data.frame.

doc_properties(x)

Arguments

  • x: an rdocx or rpptx object

Returns

a data.frame

Examples

x <- read_docx() doc_properties(x)

See Also

Other functions for Word document informations: docx_bookmarks(), docx_dim(), length.rdocx(), set_doc_properties(), styles_info()

Other functions for reading presentation information: annotate_base(), color_scheme(), layout_properties(), layout_summary(), length.rpptx(), plot_layout_properties(), slide_size(), slide_summary()