write_nml | R Documentation |
Creates a .nml file running a GLM simulation.
write_nml(glm_nml, file)
glm_nml |
a nml (a list) for GLM config |
file |
a string with the path to the glm2.nml file to write |
Jordan S. Read
get_nml_value, read_nml
glm_nml <- read_nml()
write_path <- paste0(tempdir(),'glm2.nml')
write_nml(glm_nml, file = write_path)
print(read_nml(write_path))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.