write_tsv | R Documentation |
Write a tab-separated file, rounding floats
write_tsv(object, precision = 8, sep = "\t", ...)
object |
A |
precision |
The number of digits after the decimal point to display (default: 8) |
sep |
Delimiter (default |
... |
Additional options to |
dat <- data.table::data.table(a=rnorm(10), b=rexp(10))
write_tsv(dat, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.