knit_print.dust {pixiedust}R Documentation

knitr Printing Function

Description

Custom printing functions for displaying dust and dust_list objects in R Markdown documents.

Usage

## S3 method for class 'dust'
knit_print(x, options, ...)

## S3 method for class '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.


[Package pixiedust version 0.9.4 Index]