mtable_format_delim | R Documentation |
mtable_mtable_print
formats 'mtable' in a way suitable for output into a file
with write.table
mtable_format_delim(x,
colsep="\t",
rowsep="\n",
interaction.sep = " x ",
...
)
x |
an object of class |
colsep |
a character string which seperates the columns in the output. |
rowsep |
a character string which seperates the rows in the output. |
interaction.sep |
a character string that separates factors that are involved in an interaction effect |
... |
further arguments, ignored. |
A character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.