Learn R Programming

nlrx (version 0.4.5)

test_nlrx: Test if nlrx runs on the local system

Description

Runs a short test if nlrx runs on the local system

Usage

test_nlrx(nlpath, nlversion)

Arguments

nlpath

Provide a path to a netlogo folder

nlversion

Matching version string of the provided NetLogo folder (e.g. "6.1.1")

Details

Runs a short test if nlrx runs on the local system. Reports TRUE if successful!

Examples

Run this code
if (FALSE) {
test_nlrx(nlpath="/Users/xyz/netlogo/NetLogo 6.1.1", nlversion="6.1.1")
}

Run the code above in your browser using DataLab