Dataset.exportToFile


exportToFile(filename, append)

Export this graph dataset to the given filename in csv format optionally appending to the existing contents of the file

filenamestringFile to modify
appendbooleanIf false, file will be emptied before writing begins
Return valuenone 

Back to Dataset

Back to Overview