find_netlogo_console() attempts to locate the NetLogo executable file on
the user's system.
Value
A character string specifying the path to the
NetLogo executable file. Returns NA if the executable
cannot be found at any location.
Details
The function uses the following search order:
Checks the
NETLOGO_CONSOLEenvironment variable. If set and the file exists, returns that path.If the environment variable is not set or the file does not exist, constructs and expands the path based on the output of
find_netlogo_home()(<NETLOGO_HOME>/NetLogo_Console.exeon Windows or<NETLOGO_HOME>/NetLogo_Consolefor other systems).
See also
Other system functions:
find_netlogo_home(),
find_netlogo_version()