docx_current_block_xml: xml element on which cursor is

View source: R/read_docx.R

docx_current_block_xmlR Documentation

xml element on which cursor is

Description

Get the current block element as xml. This function is not to be used by end users, it has been implemented to allow other packages to work with officer. If the document is empty, this block will be set to NULL.

Usage

docx_current_block_xml(x)

Arguments

x

an rdocx object

Examples

doc <- read_docx()
docx_current_block_xml(doc)

officer documentation built on Oct. 22, 2023, 5:06 p.m.