-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
The CSV module has an unused keyword argument and the variables content and data are inconsistent. Best to fix
procedure csv_write(filepath:string, content, header:string)
; Write content to filepath as a CSV
; Args:
; filepath (string) : Full path to file
; content (array, mixed) : 2D array of data
Reactions are currently unavailable