Skip to contents

Brief, numeric summary of the comments added to the tibble (or data.frame).

Usage

comment.summary(data, comment.col)

Arguments

data

tibble (or data.frame) with the comments of interest

comment.col

column name with the comments; e.g., "comments"

Value

augmented tibble (or data.frame) with the following additional information:

  • is the comment a non-comment (see is.none())

  • number of words in the comment (see word.count())

  • number of keyword areas contained within the comment

A summary for all comments is returned to the user.

Examples

if (FALSE) { # \dontrun{
comment.summary(data=comment.data, comment.col="comment.clean")
} # }