powered by
Write the ga_model functions to a file
ga_model_write(model, filepath = "ga_model.R")
The ga_model object to extract functions from to write, or a filepath to a model
ga_model
The filepath to write the functions to
Other GA modelling functions: ga_model(), ga_model_edit(), ga_model_example(), ga_model_load(), ga_model_make(), ga_model_save(), ga_model_shiny(), ga_model_shiny_load(), ga_model_shiny_template()
ga_model()
ga_model_edit()
ga_model_example()
ga_model_load()
ga_model_make()
ga_model_save()
ga_model_shiny()
ga_model_shiny_load()
ga_model_shiny_template()
if (FALSE) { decomp_ga <- ga_model_example("decomp_ga.gamr") ga_model_write(decomp_ga, "a_file.R") }
Run the code above in your browser using DataLab