Reads the values of all variables for a model, both built-in and user-defined, including all observer, turtle, and patch variables, from an external file named by the given string. The file should be in the format used by the export-world primitive.
Note that the functionality of this primitive is also directly available from NetLogo's File menu.
When using import-world, to avoid errors, perform these steps in the following order:
If you wish to import a file from a location other than the model's location, you may include the full path to the file you wish to import. See export-world for an example.
Take me to the full NetLogo Dictionary