download_netlogo {nlrx} | R Documentation |
Download NetLogo
Description
Auxiliary function to download NetLogo
Usage
download_netlogo(to, version, os = NA, extract = FALSE)
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 ( |
extract |
TRUE/FALSE, if TRUE downloaded archive is extracted to subfolder of |
Details
Retrieve supported Versions for Download and Usage (parameter version
):
supported_netlogo_versions()
Examples
## Not run:
dlpath <- tempdir() # adjust path to your needs
try(download_netlogo(dlpath, "6.0.3"))
## End(Not run)
[Package nlrx version 0.4.5 Index]