print.interface_object: Print method for interface objects

View source: R/interface.R

print.interface_objectR Documentation

Print method for interface objects

Description

Print method for interface objects

Usage

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

Arguments

x

An object implementing an interface

...

Additional arguments (not used)

Value

No return value, called for side effects. Prints a human-readable representation of the interface object to the console.


interface documentation built on Sept. 11, 2024, 8:59 p.m.