Learn R Programming

dunlin (version 0.1.9)

as.list.rule: Convert Rule to List

Description

Convert Rule to List

Usage

# S3 method for rule
as.list(x, ...)

Value

an object of class list.

Arguments

x

(rule) to convert.

...

not used.

Examples

Run this code
x <- rule("a" = c("a", "b"), "X" = "x", .to_NA = c("v", "w"))
as.list(x)

Run the code above in your browser using DataLab