Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

nlrx (version 0.4.5)

nldoc_parse_modelcode: Parse model code

Description

Parse model code

Usage

nldoc_parse_modelcode(nlogocode)

Value

tibble with structured netlogo code

Arguments

nlogocode

vector of netlogo code strings

Details

The procedure searches for noxygen commands within the NetLogo code. This information is used to structure the netlogo code strings in a tibble. Additionally, tibbles with gui and behavior space information are created.