docx_extract_all_cmnts: Extract all comments from a Word document

Description Usage Arguments Value Examples

View source: R/comments.R

Description

Extract all comments from a Word document

Usage

1
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

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

hrbrmstr/docxtractr documentation built on July 11, 2020, 10:06 p.m.