Removing an agent or informant's association to a data table can be done
with the remove_tbl() function. This can be useful to ensure that the table
data isn't unintentionally written to disk. It is usually best to avoid
directly associating a table to an agent or informant, instead opting for
setting a table-reading function (via create_agent() and
create_informant()'s read_fn argument, or, with set_read_fn()). The
association to a table can be set again with set_tbl().
remove_tbl(x)An agent object of class ptblank_agent, or, an informant of
class ptblank_informant.
8-4
Other Object Ops:
remove_read_fn(),
set_read_fn(),
set_tbl(),
x_read_disk(),
x_write_disk()