find_PTCRI: Transform a column of PTCRI codes into text

Description Usage Arguments Value Examples

View source: R/col_translations.R

Description

Transform a column of PTCRI codes into text

Usage

1
find_PTCRI(.data, ...)

Arguments

.data

A data frame created by read_ACT() with scores_only = F or another package function

...

One or more unquoted expressions seperated by commas

Value

A data frame with a new column PTCRIText

Examples

1
2
3
4
5
6
7
ff <- tempfile()
df <- read_ACT(ff, scores_only = F)
find_PTCRI(df)

df <- read_ACT(ff, scores_only = F)
df <- find_comments(df)
df_with_PTCRI <- find_PTCRI(df)

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