save_ev_model | R Documentation |
Save the EV model object of class evmodel
to a JSON file
save_ev_model(evmodel, file)
evmodel |
object of class |
file |
character string with the path or name of the file |
nothing but saves the evmodel
object in a JSON file
ev_model <- california_ev_model # Model of example
save_ev_model(ev_model, file = file.path(tempdir(), "evmodel.json"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.