Retrieves all values in the specified column, and returns them as an array. The column may be specified by either its ID or title.
Examples
Syntax
getColumn(column)
Parameters
column
String|Number:
String or Number of the column to return
Returns
Array: Array of column values
This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!