write_meta | R Documentation |
Write metadata to the disk.
write_meta(
meta,
dir = getwd(),
file_out = "atlantisom_log.txt",
verbose = FALSE
)
meta |
A |
dir |
The directory of the atlantis model output, where the
default is |
file_out |
A character value specifying a file name to write
output to. If the function takes the argument |
verbose |
A logical value specifying if output should be written
to the screen or not. The default value is |
Write a file to the disk of metadata pertaining to a single Atlantis scenario.
Kelli Faye Johnson
load_meta
d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
meta <- load_meta(d, "outputs")
write_meta(meta, dir = NULL, "test.txt")
unlink("test.txt")
rm(meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.