Learn R Programming

rcoder (version 0.3.0)

as_coding_list: Evaluate a collection of codings from a character vector

Description

Evaluate a collection of codings from a character vector

Usage

as_coding_list(x)

Value

A list of codings

Arguments

x

A character vector

Examples

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

Run the code above in your browser using DataLab