View source: R/signatures_utils.R
writeTable | R Documentation |
Utility function for simple write table with the following parameters: (sep = "\t",quote = FALSE,row.names = TRUE,col.names = TRUE).
writeTable(t, file, row.names = TRUE)
t |
R table or matrix |
file |
name of the output plain text file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.