powered by
Extract all comments from a Word document
docx_extract_all_cmnts(docx, include_text = FALSE)
docx object read with read_docx
docx
read_docx
if TRUE then the text associated with the comment will also be included
TRUE
data_frame of comment id, author & text
data_frame
# NOT RUN { cmnts <- read_docx(system.file("examples/comments.docx", package="docxtractr")) docx_cmnt_count(cmnts) docx_describe_cmnts(cmnts) docx_extract_all_cmnts(cmnts) # }
Run the code above in your browser using DataLab