Learn R Programming

officer (version 0.7.6)

rtf_styles_info: Read paragraph styles defined on an RTF document

Description

Return the data.frame of styles currently registered on the document. Useful for debugging or for checking which built-in styles are available before referencing them via style = ....

Usage

rtf_styles_info(x)

Value

a data.frame with one row per style.

Arguments

x

an rtf object created by rtf_doc().

See Also

rtf_set_paragraph_style(), styles_info()

Examples

Run this code
rtf_styles_info(rtf_doc())

Run the code above in your browser using DataLab