Document Model - zward/Amua GitHub Wiki
Documentation can be automatically generated for models developed in Amua. Simply click Model ->
Document...

This will create an R Markdown file (.Rmd) that documents the model structure, properties, and inputs.
This R Markdown file can then be output to different formats from RStudio by changing the output format in the header:
| Format | Header Option |
|---|---|
| HTML | output: html_document |
| output: pdf_document | |
| Word | output: word_document |