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
df <- readACT(filepath, scores_only = F)
df_with comments <- find_comments(df)

delabj/ACT_FWF_mapping documentation built on Feb. 29, 2020, 12:46 a.m.