テーブルのすべてのデータを取得し、オブジェクトとして返します。 列名が 渡された場合、各行オブジェクトはその属性をタイトルとして保存されます。
実例
シンタックス
getObject([headerColumn])
パラメーター
headerColumn
String:
各行オブジェクトのタイトルとして使用される列の名前(オプション)
リターン
Object:
This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!