| get_build_code | R Documentation |
Create R code to rebuild an existing stock-and-flow model. This may help to understand how a model is built, or to modify an existing one.
get_build_code(sfm)
sfm |
Stock-and-flow model, object of class |
String with code to build stock-and-flow model from scratch.
sfm <- xmile("SIR")
get_build_code(sfm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.