styles_info | R Documentation |
read Word styles and get results in a data.frame.
styles_info(
x,
type = c("paragraph", "character", "table", "numbering"),
is_default = c(TRUE, FALSE)
)
x |
an rdocx object |
type , is_default |
subsets for types (i.e. paragraph) and
default style (when |
Other functions for Word document informations:
doc_properties()
,
docx_bookmarks()
,
docx_dim()
,
length.rdocx()
,
set_doc_properties()
x <- read_docx()
styles_info(x)
styles_info(x, type = "paragraph", is_default = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.