Thes functions write the model object as csv files.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | export_model_all_csv(model_all, path)
export_model_all_rds(model_all, path)
export_model_all_gpkg(model_all, path)
export_model_pdx18_gpkg(model_all, path)
export_model_coo16_gpkg(model_all, path)
export_model_coo18_gpkg(model_all, path)
export_model_coorev18_gpkg(model_all, path)
export_model_typologies_csv(model_all, path)
export_model_typologies_rds(model_all, path)
export_model_typologies_gpkg(model_all, path)
|
model_all |
desc |
path |
desc |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.