S3 generic to write a pretty table. At this point only a method for data frames is written.
S3 method for data frames
1 2 3 4 5 | write_table(x, opts, ...)
## S3 method for class 'data.frame'
write_table(x,
opts = c("striped", "bordered", "condensed"), ...)
|
x |
object to dispatch on |
opts |
options from "striped", "bordered", and "condensed". |
... |
ignored for now |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.