tcplCascade {tcpl} | R Documentation |
Do a cascading delete on tcpl screening data
Description
tcplCascade
deletes the data for the given id(s) starting at
the processing level given. The delete will cascade through all subsequent
tables.
Usage
tcplCascade(lvl, type, id)
Arguments
lvl |
Integer of length 1, the first level to delete from |
type |
Character of length 1, the data type, "sc" or "mc" |
id |
Integer, the id(s) to delete. See details for more information. |
Details
The data type can be either 'mc' for multiple concentration data, or 'sc' for single concentration data. Multiple concentration data will be loaded into the level tables, whereas the single concentration will be loaded into the single tables.
If lvl is less than 3, id is interpreted as acid(s) and if lvl is greater than or equal to 3, id is interpreted as aeid(s).
Note
This function is not exported and not intended to be used by the user.