save_ev_model {evsim} | R Documentation |
Save the EV model
Description
Save the EV model object of class evmodel
to a JSON file
Usage
save_ev_model(evmodel, file)
Arguments
evmodel |
object of class |
file |
character string with the path or name of the file |
Value
nothing but saves the evmodel
object in a JSON file
Examples
ev_model <- california_ev_model # Model of example
save_ev_model(ev_model, file = file.path(tempdir(), "evmodel.json"))
[Package evsim version 1.5.0 Index]