powered by
Convert Rule to List
# S3 method for rule as.list(x, ...)
an object of class list.
list
(rule) to convert.
rule
not used.
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