powered by
Auxiliary function to download NetLogo
download_netlogo(to, version, extract = FALSE)
Path to folder where the downloaded file is saved.
Character string naming which NetLogo Version to download (see Details)
TRUE/FALSE, if TRUE downloaded archive is extracted to subfolder of to (only unix)
to
Supported Versions for Download and Usage (parameter version):
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
# NOT RUN { dlpath <- tempdir() # adjust path to your needs download_netlogo(dlpath, "6.0.3") # } # NOT RUN { # }
Run the code above in your browser using DataLab