* Returns the total number of rows in a Table. * * @deprecated p5.Table will be removed in a future version of p5.js to make way for a new, friendlier version :) * @return {Integer} Number of rows in this table * @example * // given the cvs file "blobs.csv" in /assets directory * /
()
| 659 | * } |
| 660 | */ |
| 661 | getRowCount () { |
| 662 | return this.rows.length; |
| 663 | } |
| 664 | |
| 665 | /** |
| 666 | * Removes any of the specified characters (or "tokens"). |