Learn R Programming

pixiedust (version 0.5.0)

print.dust: Print A dust Table

Description

Print A dust Table

Usage

## S3 method for class 'dust':
print(x, ...)

Arguments

x
An object of class dust
...
Additional arguments to pass to the print method. Currently ignored.

Details

Apply the formatting to a dust object and print the table.

Examples

Run this code
dust(lm(mpg ~ qsec + factor(am), data = mtcars))

Run the code above in your browser using DataLab