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
- x
A dust object
- options
A list of options received from the chunk options.
- ...
Additional arguments to pass to other methods.