add_row_names | R Documentation |
Adds row names as the first column of the table and sets row.name
attribute to NULL
.
This function is not exported.
add_row_names(x, added_stub_head, force = FALSE)
x |
data.frame or matrix. |
added_stub_head |
Character. Used as stub head (name of first column). |
force |
Logical. Should row names be added even if they are the numbers 1:nrow(x)? |
apa_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.