write_tva_data | R Documentation |
Writes TVA data to a file.
write_tva_data(data, file, ...)
data |
The TVA data object. |
file |
The file name. |
... |
Additional arguments passed to |
No return value, called for side effects.
data <- read_tva_data("data.dat")
write_tva_data(data, "data.dat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.