Learn R Programming

interfacer (version 0.3.3)

format.iface: Format an iface specification for printing

Description

Format an iface specification for printing

Usage

# S3 method for iface
format(x, ...)

Value

a formatted string representation of an iface

Arguments

x

an iface specification

...

not used.

Examples

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

print(my_iface)
knitr::knit_print(my_iface)

Run the code above in your browser using DataLab