set.alignment | R Documentation |
This is a helper function to update the alignment (justify
parameter in pandoc.table
) of the next returning table. Possible values are: centre
or center
, right
, left
.
set.alignment(
default = panderOptions("table.alignment.default"),
row.names = panderOptions("table.alignment.rownames"),
permanent = FALSE
)
default |
character vector which length equals to one (would be repeated |
row.names |
string holding the alignment of the (optional) row names |
permanent |
(default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.