Description Usage Arguments Examples
This function is used to generate an HTML table; it wraps to
knitr::kable but gives some 'extras'; in particular, it allows
us to set the class, id, and other HTML attributes.
| 1 2 | 
| x | A  | 
| class | The CSS class to give the table. By default, we use Twitter bootstrap styling – for this to take effect, your document must include bootstrap CSS. | 
| id | The CSS id to give the table. | 
| style | Custom styling to apply to the table. | 
| attr | Other attributes we wish to apply to the table. | 
| output | Whether we should write the output to the
console. We hijack the  | 
| ... | Optional arguments passed to
 | 
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.