docx_cmnt_count: Get number of comments in a Word document

Description Usage Arguments Value Examples

View source: R/docx_find_tbls.r

Description

Get number of comments in a Word document

Usage

1

Arguments

docx

docx object read with read_docx

Value

numeric

Examples

1
2
cmnts <- read_docx(system.file("examples/comments.docx", package="docxtractr"))
docx_cmnt_count(cmnts)

Example output

[1] 3

docxtractr documentation built on July 8, 2020, 6:23 p.m.