Learn R Programming

officer (version 0.3.7)

styles_info: read Word styles

Description

read Word styles and get results in a tidy data.frame.

Usage

styles_info(x)

Arguments

x

an rdocx object

See Also

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

Examples

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

Run the code above in your browser using DataLab