Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

download_netlogo

Download NetLogo


Description

Auxiliary function to download NetLogo

Usage

download_netlogo(to, version, extract = FALSE)

Arguments

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 to (only unix)

Details

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

Examples

dlpath <- tempdir()  # adjust path to your needs
try(download_netlogo(dlpath, "6.0.3"))

nlrx

Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'

v0.4.2
GPL-3
Authors
Jan Salecker [aut, cre] (<https://orcid.org/0000-0002-9000-4229>), Marco Sciaini [aut] (<https://orcid.org/0000-0002-3042-5435>), Marina Papadopoulou [rev] (Marina reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/262>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.