print.sketch_rule | R Documentation |
Print function for 'sketch_rule' objects
## S3 method for class 'sketch_rule'
print(x, ...)
x |
A 'sketch_rule' object. |
... |
(Unused) Optional arguments. |
library(sketch)
rule_1 <- make_rule("+", "Math.add")
print(rule_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.