powered by
iface
Format an iface specification for printing
# S3 method for iface print(x, ...)
a formatted string representation of an iface
an iface specification
not used.
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