Learn R Programming

pointblank (version 0.6.0)

remove_read_fn: Remove a table-reading function associated with an agent or informant

Description

Removing an agent or an informant's association to a table-reading function can be done with remove_read_fn(). This may be good idea in an interactive session when instead relying on the direct association of a data table (settable in create_agent() and create_informant()'s tbl argument or with set_tbl()). The table-reading function can be set again with set_read_fn().

Usage

remove_read_fn(x)

Arguments

x

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

Function ID

8-6

See Also

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