Learn R Programming

interfacer (version 0.3.3)

knit_print.iface: Format an iface specification for printing

Description

Format an iface specification for printing

Usage

knit_print.iface(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