MCPcopy Index your code
hub / github.com/processing/p5.js / getRowCount

Method getRowCount

src/io/p5.Table.js:661–663  ·  view source on GitHub ↗

* 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 * /

()

Source from the content-addressed store, hash-verified

659 * }
660 */
661 getRowCount () {
662 return this.rows.length;
663 }
664
665 /**
666 * Removes any of the specified characters (or "tokens").

Callers 1

loadTable.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected