Description Usage Arguments Examples
View source: R/utils-pipeline.R
This is part of the dm_* family of functions to be used inside a microsimulation pipeline. This saves an instance of Entity or Container to a directory.
1 |
x |
an instance of Entity of Container. |
dir |
By default this is set to the active scenario directory which can be
viewed by calling |
1 2 3 4 5 6 7 8 | ## Not run:
# create a World object and assign it as 'world' to the global environment.
create_toy_world()
# this saves the 'world' object to the outputs folder of the active scenario folder.
dm_save(world)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.