knit_print.dust: knitr Printing Function
Description
Custom printing functions for displaying dust and
dust_list objects in R Markdown documents.
Usage
# S3 method for dust
knit_print(x, options, ...)# S3 method for dust_list
knit_print(x, options, ...)
Arguments
options
A list of options received from the chunk options.
...
Additional arguments to pass to other methods.