print.sketch_rule {sketch}R Documentation

Print function for 'sketch_rule' objects

Description

Print function for 'sketch_rule' objects

Usage

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

Arguments

x

A 'sketch_rule' object.

...

(Unused) Optional arguments.

Examples

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


[Package sketch version 1.1.20.3 Index]