指定された列のすべての値を取得し、配列として返します。 列はIDまたはタイトルのいずれかで指定できます。
実例
シンタックス
getColumn(column)
パラメーター
column
String|Number:
返す列の文字列または数値
リターン
Array: 列の値の配列
This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!