nldoc_read_nlogo {nlrx} | R Documentation |
Read NetLogo model code from files
nldoc_read_nlogo(modelfiles)
modelfiles |
vector of filepaths to model files |
The procedure reads text from the provided model files and reports the code as a vector of strings.
vector of strings containing NetLogo model code