You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Code Examples/Extensions Examples/csv/CSV Example.nlogox
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ This model shows how to use NetLogo's `csv` extension to load data from and writ
83
83
84
84
## THINGS TO NOTICE
85
85
86
-
We use the `home-directory` primitive to define global variable called
86
+
We use the `home-directory` primitive to define global variable called `target-file-path` where the csv file will be written to / read from. See the CODE tab for more details.
87
87
88
88
The GENERATE-TURTLES button just creates 100 random turtles. The user can then use the WRITE-TURTLES-TO-CSV button to save the `xcor`, `ycor`, `size`, `color` and `heading` of each turtle into a CSV file called `turtles.csv`.
0 commit comments