prep_deparse_assignments: Convert two vectors from a code-value-table to a key-value...

View source: R/prep_deparse_assignments.R

prep_deparse_assignmentsR Documentation

Convert two vectors from a code-value-table to a key-value list

Description

Convert two vectors from a code-value-table to a key-value list

Usage

prep_deparse_assignments(codes, labels, split_char = SPLIT_CHAR)

Arguments

codes

integer codes

labels

character labels, same length as codes

split_char

character split character character to split code assignments

Value

a vector with assignment strings for each row of cbind(codes, labels)


dataquieR documentation built on July 26, 2023, 6:10 p.m.