print.iface {interfacer}R 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)

[Package interfacer version 0.3.3 Index]