Write a matrix to a delimited file
1 | write_matrix(x, path, trunc = 0, compress = TRUE)
|
x |
A matrix object. |
path |
A path to write to. |
trunc |
Number of decimal places used to integerize data contents. If set to 0 (the default), no changes are made. A common value is 9. |
compress |
Use gzip compression? Must be either TRUE or FALSE. If TRUE (recommended), a ".gz" extension will be added to the end of file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.