Learn R Programming

docxtractr (version 0.6.5)

docx_cmnt_count: 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

Run this code
# NOT RUN {
cmnts <- read_docx(system.file("examples/comments.docx", package="docxtractr"))
docx_cmnt_count(cmnts)
# }

Run the code above in your browser using DataLab