Download NetLogo
Auxiliary function to download NetLogo
download_netlogo(to, version, extract = FALSE)
to |
Path to folder where the downloaded file is saved. |
version |
Character string naming which NetLogo Version to download (see Details) |
extract |
TRUE/FALSE, if TRUE downloaded archive is extracted to subfolder of |
Supported Versions for Download and Usage (parameter version
):
"6.1.1" = NetLogo Version 6.1.1
"6.1.0" = NetLogo Version 6.1.0
"6.0.4" = NetLogo Version 6.0.4
"6.0.3" = NetLogo Version 6.0.3
"6.0.2" = NetLogo Version 6.0.2
"6.0.1" = NetLogo Version 6.0.1
"6.0" = NetLogo Version 6.0
"5.3.1" = NetLogo Version 5.3.1
dlpath <- tempdir() # adjust path to your needs try(download_netlogo(dlpath, "6.0.3"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.