print.interface_object {interface}R 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.


[Package interface version 0.1.2 Index]