Skip to content

Commit 94e0554

Browse files
committed
Better documentation for loadTable.
1 parent 3a9959e commit 94e0554

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/input/files.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@ define(function (require) {
203203
* </p>
204204
*
205205
* <p>When passing in multiple options, pass them in as separate parameters,
206-
* seperated by commas. For example: "csv, header".</p>
206+
* seperated by commas. For example:
207+
* <br><br>
208+
* <code>
209+
* loadTable("my_csv_file.csv", "csv", "header")
210+
* </code>
211+
* </p>
207212
*
208213
* <p> All files loaded and saved use UTF-8 encoding.</p>
209214
*

0 commit comments

Comments
 (0)