View source: R/format_tables_EDIT_style.R
format_tables_EDIT_style | R Documentation |
Format tables in RMarkdown to match EDIT website style
format_tables_EDIT_style(data, caption, row.names = F, col.names = NA)
data |
Data frame to create table from |
caption |
Character. Caption for table. |
row.names |
Logical. Include row names in output table? |
col.names |
Optional character vector of column names to be used in the table. Defaults to the column names of the data frame. |
Table formatted to match EDIT website
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.