print.iface: Format an 'iface' specification for printing

View source: R/iface-class.R

print.ifaceR Documentation

Format an iface specification for printing

Description

Format an iface specification for printing

Usage

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

Arguments

x

an iface specification

...

not used.

Value

a formatted string representation of an iface

Examples

my_iface = iface( 
  col1 = integer + group_unique ~ "an integer column"
)

print(my_iface)
knitr::knit_print(my_iface)

interfacer documentation built on April 4, 2025, 6:13 a.m.