find_comments: Find a columns comments

Description Usage Arguments Value Examples

View source: R/col_translations.R

Description

Find a columns comments

Usage

1

Arguments

.data

A data frame created by read_act

...

One or more unquoted expressions seperated by commas.

Value

A data frame with a new column named commentText which has the text of the comments

Examples

1
2
3
ff <- tempfile()
df <- read_ACT(ff, scores_only = F)
df_with_comments <- find_comments(df)

delabj/ACTmapR documentation built on May 25, 2020, 8:06 p.m.