레퍼런스 removeColumn()

removeColumn()

Use removeColumn() to remove an existing column from a Table object. The column to be removed may be identified by either its title (a String) or its index value (an int). removeColumn(0) would remove the first column, removeColumn(1) would remove the second column, and so on.

예제

구문

removeColumn(column)

매개변수

column

columnName (string) or ID (number)

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

관련 레퍼런스