Missing something with loadTable method

First time using the loadTable method in p5 and I can't figure out what I'm missing.

I'm using rowCount to verify the table is loaded, but other p5.Table methods aren't working either. The file is in my data folder and the csv has plenty of rows.

var here = loadTable('here.csv', 'header');
var rowCount = here.getRowCount();
print(rowCount);

Returns:

0

2908: Uncaught TypeError: object is not a function

Answers

Sign In or Register to comment.