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 |
|
include_text |
if |
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]