as_coding_list: Evaluate a collection of codings from a character vector

View source: R/coding-list.R

as_coding_listR Documentation

Evaluate a collection of codings from a character vector

Description

Evaluate a collection of codings from a character vector

Usage

as_coding_list(x)

Arguments

x

A character vector

Value

A list of codings

Examples

char_vec <- c("coding(code('Yes', 1), code('No', 0))", "")
as_coding_list(char_vec)

rcoder documentation built on Oct. 6, 2023, 9:06 a.m.