You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
540 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/describe.r
\name{docx_describe_cmnts}
\alias{docx_describe_cmnts}
\title{Returns information about the comments in the Word document}
\usage{
docx_describe_cmnts(docx)
}
\arguments{
\item{docx}{\code{docx} object read with \code{read_docx}}
}
\description{
Returns information about the comments in the Word document
}
\examples{
cmnts <- read_docx(system.file("examples/comments.docx", package="docxtractr"))
docx_cmnt_count(cmnts)
docx_describe_cmnts(cmnts)
}