Learn R Programming

pointblank (version 0.6.0)

remove_tbl: Remove a data table associated with an agent or informant

Description

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().

Usage

remove_tbl(x)

Arguments

x

An agent object of class ptblank_agent, or, an informant of class ptblank_informant.

Function ID

8-4

See Also

Other Object Ops: remove_read_fn(), set_read_fn(), set_tbl(), x_read_disk(), x_write_disk()