knit_print.iface | R Documentation |
iface
specification for printingFormat an iface
specification for printing
knit_print.iface(x, ...)
x |
an |
... |
not used. |
a formatted string representation of an iface
my_iface = iface(
col1 = integer + group_unique ~ "an integer column"
)
print(my_iface)
knitr::knit_print(my_iface)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.