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

Examples

library(magrittr)
read_docx() %>% doc_properties()

[Package officer version 0.3.5 Index]