powered by
Print function for 'sketch_rule' objects
# S3 method for sketch_rule print(x, ...)
A 'sketch_rule' object.
(Unused) Optional arguments.
library(sketch) rule_1 <- make_rule("+", "Math.add") print(rule_1)
Run the code above in your browser using DataLab