table
dynasty.table(<tablename>) ⇒ <Table Object>
Retrieve a Table object for the table matching the supplied name.
To retrieve an object for the table named Lands:
var lands = dynasty.table('Lands');
This table object can then be used to perform other queries.