Auxiliary function to download NetLogo
Arguments
- to
Path to folder where the downloaded file is saved.
- version
Character string naming which NetLogo Version to download (see Details)
- os
operation system ("win", "mac", "unix") decides which version of netlogo (msi, dmg, tgz) is downloaded. If set to NA (default) os will be detected automatically (
util_get_os()
)- extract
TRUE/FALSE, if TRUE downloaded archive is extracted to subfolder of
to
(only unix)