docx_cmnt_count {docxtractr}R Documentation

Get number of comments in a Word document

Description

Get number of comments in a Word document

Usage

docx_cmnt_count(docx)

Arguments

docx

docx object read with read_docx

Value

numeric

Examples

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

[Package docxtractr version 0.6.5 Index]