Learn R Programming

docxtractr (version 0.6.5)

docx_describe_cmnts: Returns information about the comments in the Word document

Description

Returns information about the comments in the Word document

Usage

docx_describe_cmnts(docx)

Arguments

docx

docx object read with read_docx

Examples

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

Run the code above in your browser using DataLab