参考 getColumn()

getColumn()

Retrieves all values in the specified column, and returns them as an array. The column may be specified by either its ID or title.

示例

语法

getColumn(column)

参数

column
String|Number:

String or Number of the column to return

Returns

Array: Array of column values
Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.Table.js and open a pull request!

相关参考