find_UCTI: Transform the UCTI code to level

Description Usage Arguments Value Examples

View source: R/col_translations.R

Description

Transform the UCTI code to level

Usage

1
find_UCTI(.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 UCTIText

Examples

1
2
3
4
5
6
df <- readACT(filepath, scores_only = F)
find_UCTI(df)

df <- readACT(filepath, scores_only = F)
df <- find_comments(df)
df_with_UCTI <- find_UCTI(df)

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