Learn R Programming

officer (version 0.4.2)

doc_properties: Read document properties

Description

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

Usage

doc_properties(x)

Arguments

x

an rdocx or rpptx 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

Run this code
# NOT RUN {
x <- read_docx()
doc_properties(x)
# }

Run the code above in your browser using DataLab