| tabular | R Documentation | 
Convert data.frame to roxygen2 tabular format
tabular(df, header = TRUE, ...)
| df | data.frame to convert to table | 
| header | boolean to control if header is created from names(df), Default: TRUE | 
| ... | arguments to pass to format | 
character
format
tabular(mtcars[1:5, 1:5])
tabular(mtcars[1:5, 1:5],header=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.