Learn R Programming

sketch (version 1.1.20.3)

print.sketch_rule: Print function for 'sketch_rule' objects

Description

Print function for 'sketch_rule' objects

Usage

# S3 method for sketch_rule
print(x, ...)

Arguments

x

A 'sketch_rule' object.

...

(Unused) Optional arguments.

Examples

Run this code
library(sketch)
rule_1 <- make_rule("+", "Math.add")
print(rule_1)

Run the code above in your browser using DataLab