WriteInfo | R Documentation |
WriteInfo
writes its required argument x
to a file.
WriteInfo(x, filename)
x |
The object to be written, a list with named vector elements, as an object returned from |
filename |
A character string naming a file to write to. Windows users: Note that Paths are separated by '/', not '\'. |
WriteInfo
writes an 'info.txt' file, typically originating from an imported and modified 'info.txt'.
No return value, called for export to text files.
ReadInfo
with a description of the expected content of x
.
AddInfoLine
RemoveInfoLine
te <- ReadInfo(filename = system.file("demo_model",
"info.txt", package = "HYPEtools"), mode = "exact")
WriteInfo(x = te, filename = tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.