Learn R Programming

tidyDenovix (version 2.1.0)

REnum: Title: Enum function

Description

Title: Enum function

Usage

REnum(elist)

Value

The list supplied by the user.

Arguments

elist

A list with variable binding.

Author

Tingwei Adeck

Examples

Run this code
cols = list('x260' = 1, 'x280' = 2, 'x230' = 3)
qc = REnum(cols)
a = (qc$x260)

Run the code above in your browser using DataLab