find_relig_affil: Transform a column of Religious Affiliation codes into text

Description Usage Arguments Value

View source: R/col_translations.R

Description

Transform a column of Religious Affiliation codes into text

Usage

1

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

df <- readACT(filepath, scores_only = F) df <- find_comments(df) df_with_relig_affil <- find_relig_affil(df)


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