Description Usage Arguments Value Examples
View source: R/col_translations.R
Transform a column of Religious Affiliation codes into text
1 | find_relig_affil(.data, ...)
|
.data |
A data frame created by read_ACT() with scores_only = F or another package function |
... |
One or more unquoted expressions seperated by commas |
A data frame with a new column PTCRIText
1 2 3 4 5 6 7 | ff <- tempfile()
df <- read_ACT(ff, scores_only = F)
find_relig_affil(df)
df <- read_ACT(ff, scores_only = F)
df <- find_comments(df)
df_with_relig_affil <- find_relig_affil(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.