nldoc_read_nlogo {nlrx}R Documentation

Description

Read NetLogo model code from files

Usage

nldoc_read_nlogo(modelfiles)

Arguments

modelfiles

vector of filepaths to model files

Details

The procedure reads text from the provided model files and reports the code as a vector of strings.

Value

vector of strings containing NetLogo model code


[Package nlrx version 0.4.5 Index]