ga_model_save | R Documentation |
Save a created model
ga_model_save(model, filename = "my-model.gamr")
model |
model to save |
filename |
name to save model under |
Other GA modelling functions:
ga_model()
,
ga_model_edit()
,
ga_model_example()
,
ga_model_load()
,
ga_model_make()
,
ga_model_shiny()
,
ga_model_shiny_load()
,
ga_model_shiny_template()
,
ga_model_write()
## Not run:
# load the model (equivalent to ga_model_load())
decomp_ga <- ga_model_example("decomp_ga.gamr")
# save it somewhere else
ga_model_save(decomp_ga, "somewhereelse.gamr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.