docx_extract_all_cmnts {docxtractr}R Documentation

Extract all comments from a Word document

Description

Extract all comments from a Word document

Usage

docx_extract_all_cmnts(docx, include_text = FALSE)

Arguments

docx

docx object read with read_docx

include_text

if TRUE then the text associated with the comment will also be included

Value

data_frame of comment id, author & text

Examples

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

[Package docxtractr version 0.6.5 Index]