Write a table with rownames using write.table
1 2 3 4 5 6 7 8 9 | write.table.rowNames(
x,
col1name = "rowNames",
quote = F,
sep = "\t",
row.names = F,
col.names = T,
...
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.