View source: R/functioncollection_export.R
WriteTimeOutput | R Documentation |
Function to export a time output file from R.
WriteTimeOutput(x, filename, dt.format = "%Y-%m-%d")
x |
The object to be written, a dataframe with |
filename |
A character string naming a file to write to. Windows users: Note that Paths are separated by '/', not '\'. |
dt.format |
Date-time |
WriteTimeOutput
exports a data frame with headers and formatting options adjusted to match HYPE's time output files.
No return value, called for export to text files.
te <- ReadTimeOutput(filename = system.file("demo_model", "results", "timeCOUT.txt",
package = "HYPEtools"), dt.format = "%Y-%m")
WriteTimeOutput(x = te, filename = tempfile(), dt.format = "%Y-%m")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.