as.list.rule | R Documentation |
Convert Rule to List
## S3 method for class 'rule'
as.list(x, ...)
x |
( |
... |
not used. |
an object of class list
.
x <- rule("a" = c("a", "b"), "X" = "x", .to_NA = c("v", "w"))
as.list(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.