View source: R/download_netlogo.R
| check_netlogo_version | R Documentation | 
Auxiliary function to check supported NetLogo version numbers
check_netlogo_version(version, throw_error = FALSE)
| version | Character string naming which NetLogo Version to check | 
| throw_error | TRUE/FALSE, if TRUE an error is thrown if the version is not supported | 
logical, if netlogo versions is supported by nlrx
## Not run: 
check_netlogo_version("6.2.0")
check_netlogo_version("1.0")
check_netlogo_version("1.0", TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.